This module allows you to run tests inside Zend Expressive 3 framework.
Via Composer
$ composer require svycka/codeception-zend-expressive-module
Put this in your codeception.yml
modules:
config:
\Svycka\Codeception\Module\ZendExpressive:
container: path/to/container.php
REST:
depends: \Svycka\Codeception\Module\ZendExpressive
container
- relative path to file which returns Container (default:config/container.php
)pipeline
- relative path to file which returns pipeline config (default:config/pipeline.php
)routes
- relative path to file which returns routes config (default:config/routes.php
)orm_service
- the service name forDoctrine\ORM\EntityManager
within container (default:doctrine.entity_manager.orm_default
)
Please see CHANGELOG for more information on what has changed recently.
$ composer test
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email svycka@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.