2017 © Pedro Peláez
 

library codeception-zend-expressive-module

Codeception Module for Zend Expressive 3 Framework

image

svycka/codeception-zend-expressive-module

Codeception Module for Zend Expressive 3 Framework

  • Tuesday, March 20, 2018
  • by svycka
  • Repository
  • 1 Watchers
  • 0 Stars
  • 341 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 441 % Grown

The README.md

codeception-zend-expressive-module

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

This module allows you to run tests inside Zend Expressive 3 framework., (*2)

Install

Via Composer, (*3)

``` bash $ composer require svycka/codeception-zend-expressive-module, (*4)


## Usage Put this in your `codeception.yml` ``` 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 for Doctrine\ORM\EntityManager within container (default: doctrine.entity_manager.orm_default)

Change log

Please see CHANGELOG for more information on what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*7)

Security

If you discover any security related issues, please email svycka@gmail.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions