We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ReferenceDictionary
1 parent cb59b82 commit bc925c1Copy full SHA for bc925c1
src/Context/Initializer/FixtureServiceAwareInitializer.php
@@ -43,7 +43,7 @@ public function __construct(FixtureService $fixtureService)
43
*/
44
public function initializeContext(Context $context)
45
{
46
- if (!$context instanceof FixtureServiceAwareContextInterface || !$this->usesReferenceDictionary($context)) {
+ if (!$context instanceof FixtureServiceAwareContextInterface && !$this->usesReferenceDictionary($context)) {
47
return;
48
}
49
0 commit comments