Fix assigment order issues
This commit is contained in:
@@ -8,7 +8,7 @@ class Wiaas_Package_Pricing_Test extends Wiaas_Unit_Test_Case {
|
||||
*/
|
||||
function test_set_and_get_package_prices() {
|
||||
|
||||
$package = $this->create_new_package();
|
||||
$package = $this->factory->product->create_product_bundle();
|
||||
|
||||
$pricing_rules = array(
|
||||
'purchase' => array(
|
||||
|
||||
Reference in New Issue
Block a user