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

zend-container-config-test 0.2.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 11 Apr 14:10
· 21 commits to master since this release

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.