Closed ruudk closed 6 years ago
The FixtureServiceAwareInitializer was never able to check for the BehatExtension\DoctrineDataFixturesExtension\Context\ReferenceDictionary trait because it already returns when $context instanceof FixtureServiceAwareContextInterface is false.
FixtureServiceAwareInitializer
BehatExtension\DoctrineDataFixturesExtension\Context\ReferenceDictionary
$context instanceof FixtureServiceAwareContextInterface
false
Would be great to have this merged and tagged 🙏
Good catch. Thank you. Tagged as v5.0.1.
v5.0.1
The
FixtureServiceAwareInitializer
was never able to check for theBehatExtension\DoctrineDataFixturesExtension\Context\ReferenceDictionary
trait because it already returns when$context instanceof FixtureServiceAwareContextInterface
isfalse
.Would be great to have this merged and tagged 🙏