Error proof creating suppliers link to organization

This commit is contained in:
Almira Krdzic
2018-10-13 14:28:45 +02:00
parent c6a1f9837d
commit 17acc9d96a
2 changed files with 12 additions and 2 deletions

View File

@@ -26,6 +26,8 @@ class Wiaas_Unit_Test_Case extends WP_UnitTestCase {
Wiaas_Package_Type::register_package_type_taxonomy();
Wiaas_Order_Project::register_order_project_taxonomy();
Wiaas_Product_Supplier::register_supplier_taxonomy();
define('WP_TEST_IN_PROGRESS',true);
}