Fix assigment order issues
This commit is contained in:
@@ -19,11 +19,10 @@ class Wiaas_Templates_Test extends Wiaas_Unit_Test_Case {
|
||||
);
|
||||
|
||||
$this->template = $this->create_new_wiaas_template();
|
||||
$this->product = $this->create_new_product();
|
||||
$this->package = $this->create_new_package();
|
||||
$this->add_products_to_package($this->package, $this->product);
|
||||
|
||||
|
||||
$this->product = $this->factory->product->create_simple_product();
|
||||
$this->package = $this->factory->product->create_product_bundle(array(
|
||||
'products' => $this->product
|
||||
));
|
||||
}
|
||||
|
||||
public function test_template_category_taxonomy_created() {
|
||||
|
||||
Reference in New Issue
Block a user