From 3ca3854cf118d3992f96b1573806ad72c709c767 Mon Sep 17 00:00:00 2001 From: Volker Dusch Date: Tue, 15 May 2012 20:20:34 +0200 Subject: [PATCH] ChangeLog for #492 and putting the files in the place I think the could go --- ChangeLog.markdown | 1 + phpunit.xml.dist | 2 +- phpunit.xsd | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog.markdown b/ChangeLog.markdown index 2011a68d58f..abcfa4aaa2a 100644 --- a/ChangeLog.markdown +++ b/ChangeLog.markdown @@ -14,6 +14,7 @@ PHPUnit 3.7.0 * Implemented #333: Improved reporting when there are unused CLI arguments to avoid misconceptions. * Implemented #377: Show messages and stracktraces in JSON output for skipped and incomplete tests. * Implemented #424: Added `assertJson*` functions that work like the existing `assertXml*` functions. +* 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. * Implemented #504: Expanded the `@requires` annotation to allow for checking the existence of functions and extensions using multiple `@requires function name` statements. * 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. * Implemented #512: Test listeners now trigger one autoload call instead of being silently ignored when the class was not loaded. diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9cda509458c..a45f5d65b2a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -2,7 +2,7 @@ diff --git a/phpunit.xsd b/phpunit.xsd index d8df110a263..0348bc0308a 100644 --- a/phpunit.xsd +++ b/phpunit.xsd @@ -2,8 +2,8 @@ - This Schema file defines the rules by which the XML configuration file of PHPUnit 3.7 may be structured. - + This Schema file defines the rules by which the XML configuration file of PHPUnit 3.7 may be structured. + @@ -248,4 +248,4 @@ - \ No newline at end of file +