File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
_files/phpunit-example-extension Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/5.7 /phpunit.xsd"
3
+ xsi : noNamespaceSchemaLocation =" ../../.. /phpunit.xsd"
4
4
verbose =" true"
5
5
extensionsDirectory =" tools/phpunit.d" >
6
6
<testsuite name =" default" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7.1 /phpunit.xsd"
3
+ xsi : noNamespaceSchemaLocation =" ../../../.. /phpunit.xsd"
4
4
printerClass =" PHPUnit\Test\NullPrinter" >
5
5
<extensions >
6
6
<extension class =" PHPUnit\Test\Extension" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7.4 /phpunit.xsd" >
3
+ xsi : noNamespaceSchemaLocation =" ../../../../.. /phpunit.xsd" >
4
4
<testsuites >
5
5
<testsuite name =" default" >
6
6
<directory suffix =" Test.php" >.</directory >
You can’t perform that action at this time.
0 commit comments