Codeception Slim Module Versions Save

Codeception Module for Slim 3 Microframework.

1.1.0

7 years ago
  • Use PSR-11 ContainerInterface instead of Container Interop for Type Hinting.
  • Add more detailed explanation on configuration at README.md.
  • Tweak development settings.
  • Update license's year.

1.0.4

7 years ago

Build Status

  • Tidying up some codes.
  • Add more information badges.
  • Use Slim's default container instead of PHP-DI.

1.0.3

7 years ago

Build Status

  • Fix #3: Get the request and response from the app container.
  • Tidying up.

1.0.2

7 years ago

Build Status

  • Fix #1: $request->getParsedBody() always return null.
  • Fix typo on README.md.

1.0.1

7 years ago

Build Status

  • FIX: Remove declare(strict_types=1); because it throws warning on PHP 5.6.

1.0.0

7 years ago

Build Status

This is the first release. Tested using codeception-zend-expressive-tests and codeception-rest-testcase as a base.