Naktibalda / codeception-zend-expressive-tests

Minimal site containing functional tests for Codeception ZendExpressive module
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

zend-expressive 1.1 release #4

Closed dzoeteman closed 7 years ago

dzoeteman commented 7 years ago

The codeception tests are currently failing because this package is no longer compatible with the just released version of zend-expressive, version 1.1.

Error: [Symfony\Component\Debug\Exception\FatalThrowableError]
Type error: Argument 2 passed to Zend\Expressive\Container\ApplicationFacto
ry::injectRoutesAndPipeline() must be of the type array, object given, call
ed in /home/travis/build/Codeception/Codeception/frameworks-zend-expressive
/vendor/zendframework/zend-expressive/src/Container/ApplicationFactory.php
on line 179

The injectRoutesAndPipeline() function expects an array for the config, but the config/config.php creates an ArrayObject.

Naktibalda commented 7 years ago

Fixed in 1.1.1