tddwizard / magento2-fixtures

Fixture library for Magento 2 integration tests by @schmengler (@integer-net)
http://tddwizard.com/
MIT License
143 stars 28 forks source link

Magento 2.3.0 compatibility #26

Closed borriglione closed 5 years ago

borriglione commented 5 years ago

Wercker/build error

Writing lock file
Generating autoload files
+ magento-command module:enable TddWizard_Fixtures

Fatal error: Uncaught Error: Class 'Zend\Code\Annotation\AnnotationManager' not found in /var/www/magento/vendor/zendframework/zend-di/src/Definition/IntrospectionStrategy.php:68
Stack trace:
#0 /var/www/magento/vendor/zendframework/zend-di/src/Definition/IntrospectionStrategy.php(48): Zend\Di\Definition\IntrospectionStrategy->createDefaultAnnotationManager()
#1 /var/www/magento/vendor/zendframework/zend-di/src/Definition/RuntimeDefinition.php(54): Zend\Di\Definition\IntrospectionStrategy->__construct()
#2 /var/www/magento/vendor/zendframework/zend-di/src/Di.php(116): Zend\Di\Definition\RuntimeDefinition->__construct()
#3 /var/www/magento/vendor/zendframework/zend-mvc/src/Service/DiFactory.php(43): Zend\Di\Di->__construct()
#4 /var/www/magento/vendor/zendframework/zend-mvc/src/Service/DiFactory.php(63): Zend\Mvc\Service\DiFactory->__invoke(Object(Zend\ServiceManager\ServiceManager), 'Zend\\Di\\Di')
#5 [internal function]: Zend\Mvc\Service\DiFactory->createService(Object(Zend\ServiceManager\ServiceManager), 'dependencyinje in /var/www/magento/vendor/zendframework/zend-di/src/Definition/IntrospectionStrategy.php on line 68

Works locally. Needs to be debugged

schmengler commented 5 years ago

New PR: #27