From 6aaae357c9d2cdfc8562fbfb807f6913737d3137 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Wed, 4 Apr 2012 20:26:58 +0200 Subject: [PATCH] MDL-32323 add schema for phpunit.xml configuration file Credit goes to https://github.com/gooh/phpunit-schema, thanks Gordon Oheim! --- lib/phpunit/phpunit.xsd | 248 ++++++++++++++++++++++++++++++++++++++++ phpunit.xml.dist | 3 + 2 files changed, 251 insertions(+) create mode 100644 lib/phpunit/phpunit.xsd diff --git a/lib/phpunit/phpunit.xsd b/lib/phpunit/phpunit.xsd new file mode 100644 index 00000000000..61802534a05 --- /dev/null +++ b/lib/phpunit/phpunit.xsd @@ -0,0 +1,248 @@ + + + + + + This Schema file defines the rules by which the XML configuration file of PHPUnit may be structured. + + + + + Root Element + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The main type specifying the document structure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phpunit.xml.dist b/phpunit.xml.dist index f0d8f70db29..dc8a4409d2c 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,4 +1,7 @@ +