svycka/codeception-zend-expressive-module

Codeception Module for Zend Expressive 3 Framework

1.0.2 2018-03-20 08:43 UTC

This package is auto-updated.

Last update: 2024-03-27 15:16:49 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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 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.

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.