You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.markdown
+1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ PHPUnit 3.7.0
14
14
* Implemented #333: Improved reporting when there are unused CLI arguments to avoid misconceptions.
15
15
* Implemented #377: Show messages and stracktraces in JSON output for skipped and incomplete tests.
16
16
* Implemented #424: Added `assertJson*` functions that work like the existing `assertXml*` functions.
17
+
* Implemented #492: PHPUnit now provides a `phpunit.xsd` schema file at [http://phpunit.de/phpunit.xsd]() that can be used to validate your phpunit.xml file.
17
18
* Implemented #504: Expanded the `@requires` annotation to allow for checking the existence of functions and extensions using multiple `@requires function name` statements.
18
19
* Implemented #508#86: `@expectedExceptionCode` and `@expectedExceptionMessage` can now use constants like `Classname::CONST` as their parameters. They will get evaluated if the class constant exists and used for comparison so test authors can avoid duplication.
19
20
* Implemented #512: Test listeners now trigger one autoload call instead of being silently ignored when the class was not loaded.
0 commit comments