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 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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"
44 verbose =" true"
55 extensionsDirectory =" tools/phpunit.d" >
66 <testsuite name =" default" >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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"
44 printerClass =" PHPUnit\Test\NullPrinter" >
55 <extensions >
66 <extension class =" PHPUnit\Test\Extension" >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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" >
44 <testsuites >
55 <testsuite name =" default" >
66 <directory suffix =" Test.php" >.</directory >
You can’t perform that action at this time.
0 commit comments