-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/bundle fixture #65
base: develop
Are you sure you want to change the base?
Conversation
Conflicts: src/MageTest/MagentoExtension/Context/MagentoContext.php src/MageTest/MagentoExtension/Fixture/FixtureFactory.php
…into feature/bundle-fixture Conflicts: src/MageTest/MagentoExtension/Context/MagentoContext.php src/MageTest/MagentoExtension/Fixture/BundleProduct.php
A new inspection was created. |
Thanks @ctasca can you add an example scenario to the project to highlight how this works ? |
@@ -91,4 +91,4 @@ public function getRegistry() | |||
return $this->registry; | |||
} | |||
|
|||
} | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be reverted.
@jamescowie There is a background example on the fixture class itself |
{ | ||
$hash = $table->getHash(); | ||
|
||
foreach ($hash as $row) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing curly brackets
No description provided.