We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78a1d8 commit 8cece72Copy full SHA for 8cece72
phpunit.xml
@@ -1,15 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
4
- backupGlobals="false"
5
- backupStaticAttributes="false"
6
bootstrap="vendor/autoload.php"
7
- colors="true"
8
- convertErrorsToExceptions="true"
9
- convertNoticesToExceptions="true"
10
- convertWarningsToExceptions="true"
11
- processIsolation="false"
12
- stopOnFailure="false">
+ colors="true">
13
<testsuites>
14
<testsuite name="Unit">
15
<directory suffix="Test.php">./tests/Unit</directory>
0 commit comments