mirror of
https://github.com/ivuorinen/palette.git
synced 2026-02-25 16:54:54 +00:00
Updated phpunit configuration
This commit is contained in:
31
phpunit.xml
31
phpunit.xml
@@ -1,22 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phpunit backupGlobals="false"
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="vendor/autoload.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
|
||||||
backupStaticAttributes="false"
|
<coverage processUncoveredFiles="true">
|
||||||
colors="true"
|
<include>
|
||||||
convertErrorsToExceptions="true"
|
<directory>./src/</directory>
|
||||||
convertNoticesToExceptions="true"
|
</include>
|
||||||
convertWarningsToExceptions="true"
|
</coverage>
|
||||||
processIsolation="false"
|
<testsuites>
|
||||||
stopOnFailure="false"
|
<testsuite name="Test Suite">
|
||||||
bootstrap="vendor/autoload.php"
|
<directory suffix="Test.php">./tests</directory>
|
||||||
>
|
</testsuite>
|
||||||
<testsuites>
|
</testsuites>
|
||||||
<testsuite name="Test Suite">
|
|
||||||
<directory suffix="Test.php">./tests</directory>
|
|
||||||
</testsuite>
|
|
||||||
</testsuites>
|
|
||||||
<filter>
|
|
||||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
||||||
<directory>./src/</directory>
|
|
||||||
</whitelist>
|
|
||||||
</filter>
|
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|||||||
Reference in New Issue
Block a user