File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ PHPUnit 3.8.0
9
9
* Implemented #382 : Added the ` $options ` parameter to ` PHPUnit_Framework_TestCase::getMockFromWsdl() ` for configuring the ` SoapClient ` .
10
10
* Implemented #628 : Added ` PHPUnit_Framework_Assert::countOf(), a shortcut to get a ` PHPUnit_Framework_Constraint_Count` instance.
11
11
* Implemented #711 : ` coverage-text ` now has an XML ` showOnlySummary ` option.
12
- * Implemented #719 : The ` --stderr ` flag now respects ` --colors ` and ` --debug ` .
12
+ * Implemented #719 : The ` --stderr ` switch now respects ` --colors ` and ` --debug ` .
13
13
* Implemented #746 : Allow identity checking for non-object types in all asserts that depend on ` TraversableContains ` .
14
14
* Implemented #758 : Show a proper stack trace when @expectedException fails due to a unexpected exception being thrown.
15
15
* Implemented #773 : Recursive and repeated arrays are more gracefully when comparison differences are exported.
@@ -21,6 +21,7 @@ PHPUnit 3.8.0
21
21
* Implemented #869 : Added support for the adjacent sibling selector (+) to ` PHPUnit_Util_XML::findNodes() ` .
22
22
* Implemented #871 : Add Comparator for DateTime objects.
23
23
* Implemented #877 : Added new HTML5 tags to ` PHPUnit_Util_XML::findNodes() ` .
24
+ * Added ` --coverage-crap4j ` switch to generate code coverage report in Crap4J XML format.
24
25
* A test will now fail in strict mode when it uses the ` @covers ` annotation and code that is not expected to be covered is executed.
25
26
* Fixed #240 : XML strings are escaped by removing invalid characters.
26
27
* Fixed #261 : ` setUp() ` and ` setUpBeforeClass() ` are run before filters are applied.
You can’t perform that action at this time.
0 commit comments