This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Releases: zendframework/zend-container-config-test
Releases · zendframework/zend-container-config-test
zend-container-config-test 0.2.2
Added
- #11 adds support for PHP 7.3.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-container-config-test 0.2.1
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
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
asfinal
.
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 classZend\ContainerConfigTest\AbstractExpressiveContainerConfigTest
.
Fixed
- Nothing.
zend-container-config-test 0.1.0
Initial release.