Use current PHPUnit configuration xsd
This commit is contained in:
parent
e868e58d20
commit
cfb8b2f9e3
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phpunit
|
<phpunit
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
|
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
|
||||||
bootstrap="./tests/bootstrap.php"
|
bootstrap="./tests/bootstrap.php"
|
||||||
backupGlobals="true"
|
backupGlobals="true"
|
||||||
colors="true"
|
colors="true"
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
<ini name="memory_limit" value="2048M"/>
|
<ini name="memory_limit" value="2048M"/>
|
||||||
</php>
|
</php>
|
||||||
<testsuite name="PhpSpreadsheet Unit Test Suite">
|
<testsuite name="PhpSpreadsheet Unit Test Suite">
|
||||||
<directory suffix="Test.php">./tests/PhpSpreadsheetTests</directory>
|
<directory>./tests/PhpSpreadsheetTests</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<filter>
|
<filter>
|
||||||
<whitelist>
|
<whitelist>
|
||||||
|
|
Loading…
Reference in New Issue