Skip to content

Commit fe892f1

Browse files
Update ChangeLog
1 parent e186c42 commit fe892f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PHPUnit 3.8.0
99
* Implemented #382: Added the `$options` parameter to `PHPUnit_Framework_TestCase::getMockFromWsdl()` for configuring the `SoapClient`.
1010
* Implemented #628: Added `PHPUnit_Framework_Assert::countOf(), a shortcut to get a `PHPUnit_Framework_Constraint_Count` instance.
1111
* 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`.
1313
* Implemented #746: Allow identity checking for non-object types in all asserts that depend on `TraversableContains`.
1414
* Implemented #758: Show a proper stack trace when @expectedException fails due to a unexpected exception being thrown.
1515
* Implemented #773: Recursive and repeated arrays are more gracefully when comparison differences are exported.
@@ -21,6 +21,7 @@ PHPUnit 3.8.0
2121
* Implemented #869: Added support for the adjacent sibling selector (+) to `PHPUnit_Util_XML::findNodes()`.
2222
* Implemented #871: Add Comparator for DateTime objects.
2323
* 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.
2425
* 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.
2526
* Fixed #240: XML strings are escaped by removing invalid characters.
2627
* Fixed #261: `setUp()` and `setUpBeforeClass()` are run before filters are applied.

0 commit comments

Comments
 (0)