The DocBlock annotation @magentoDataFixture isn't working any more on Magento 2.4.8-p2.
It may already have been the case for a while, not sure when it started.
When I use the core Magento phpunit.xml all Magento annotations continue to work as before.
I've tried updating \ReachDigital\TestFramework\Bootstrap\DocBlock::_getSubscribers to match the current version of \Magento\TestFramework\Bootstrap\DocBlock, because some of the constructors seem to have changed, but that didn't make any difference.
The DocBlock annotation
@magentoDataFixtureisn't working any more on Magento 2.4.8-p2.It may already have been the case for a while, not sure when it started.
When I use the core Magento phpunit.xml all Magento annotations continue to work as before.
I've tried updating
\ReachDigital\TestFramework\Bootstrap\DocBlock::_getSubscribersto match the current version of\Magento\TestFramework\Bootstrap\DocBlock, because some of the constructors seem to have changed, but that didn't make any difference.