chore(test): simplify phpunit.xml

This commit is contained in:
Phan An 2021-01-07 22:43:36 +01:00
parent 3db1dd7ef0
commit 08c1b53b1f

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" cacheResult="true" <phpunit
backupStaticAttributes="false" bootstrap="bootstrap/autoload.php" colors="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" bootstrap="bootstrap/autoload.php" colors="true"
processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> >
<coverage processUncoveredFiles="true"> <coverage processUncoveredFiles="true">
<include> <include>
<directory suffix=".php">./app/</directory> <directory suffix=".php">./app/</directory>