Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Releases: zendframework/zend-container-config-test

zend-container-config-test 0.2.2

06 Sep 12:42
0.2.2
Compare
Choose a tag to compare

Added

  • #11 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-container-config-test 0.2.1

12 Apr 18:59
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #9 changes several test asset function names in order to prevent collisions, as well as ensure all lines are covered during testing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-container-config-test 0.2.0

11 Apr 14:10
Compare
Choose a tag to compare

Added

  • #7 adds the class Zend\ContainerConfigTest\Helper\Provider, containing data providers consumed by the various test traits.

Changed

  • #7 marks all methods in Zend\ContainerConfigTest\SharedTestTrait as final.

Deprecated

  • Nothing.

Removed

  • #7 removes the data provider methods from all test traits, referencing those in the new Zend\ContainerConfigTest\Helper\Provider class instead.

  • #7 removes Zend\ContainerConfigTest\AllTestTrait; compose the traits you wish to test against manually.

  • #7 removes Zend\ContainerConfigTest\ExpressiveTestTrait; compose the traits you wish to test against manually, or extend the class Zend\ContainerConfigTest\AbstractExpressiveContainerConfigTest.

Fixed

  • Nothing.

zend-container-config-test 0.1.0

10 Apr 19:37
Compare
Choose a tag to compare