This repository was archived by the owner on Jan 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
- ## 0.1.1 - TBD
5
+ ## 0.2.0 - 2018-04-11
6
6
7
7
### Added
8
8
9
- - Nothing.
9
+ - [ #7 ] ( https://github.com/zendframework/zend-container-config-test/pull/7 ) adds
10
+ the class ` Zend\ContainerConfigTest\Helper\Provider ` , containing data
11
+ providers consumed by the various test traits.
10
12
11
13
### Changed
12
14
13
- - Nothing.
15
+ - [ #7 ] ( https://github.com/zendframework/zend-container-config-test/pull/7 ) marks
16
+ all methods in ` Zend\ContainerConfigTest\SharedTestTrait ` as ` final ` .
14
17
15
18
### Deprecated
16
19
17
20
- Nothing.
18
21
19
22
### Removed
20
23
21
- - Nothing.
24
+ - [ #7 ] ( https://github.com/zendframework/zend-container-config-test/pull/7 )
25
+ removes the data provider methods from all test traits, referencing those in
26
+ the new ` Zend\ContainerConfigTest\Helper\Provider ` class instead.
27
+
28
+ - [ #7 ] ( https://github.com/zendframework/zend-container-config-test/pull/7 )
29
+ removes ` Zend\ContainerConfigTest\AllTestTrait ` ; compose the traits you wish
30
+ to test against manually.
31
+
32
+ - [ #7 ] ( https://github.com/zendframework/zend-container-config-test/pull/7 )
33
+ removes ` Zend\ContainerConfigTest\ExpressiveTestTrait ` ; compose the traits you
34
+ wish to test against manually, or extend the class
35
+ ` Zend\ContainerConfigTest\AbstractExpressiveContainerConfigTest ` .
22
36
23
37
### Fixed
24
38
You can’t perform that action at this time.
0 commit comments