svycka / codeception-zend-expressive-module
Codeception Module for Zend Expressive 3 Framework
Installs: 6 480
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 1
Requires
- php: ^7.1
- codeception/codeception: ^2.4
- zendframework/zend-expressive: ^3.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-27 16:34:13 UTC
README
This module allows you to run tests inside Zend Expressive 3 framework.
Install
Via Composer
$ composer require svycka/codeception-zend-expressive-module
Usage
Put this in your codeception.yml
modules: config: \Svycka\Codeception\Module\ZendExpressive: container: path/to/container.php REST: depends: \Svycka\Codeception\Module\ZendExpressive
Available options
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
)
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email svycka@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.