We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639cb48 commit 4c4bae3Copy full SHA for 4c4bae3
phpunit.xml.dist
@@ -3,15 +3,9 @@
3
<!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
4
<phpunit
5
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
- xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.6/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
7
backupGlobals="false"
8
- backupStaticAttributes="false"
9
colors="true"
10
- convertErrorsToExceptions="true"
11
- convertNoticesToExceptions="true"
12
- convertWarningsToExceptions="true"
13
- processIsolation="false"
14
- stopOnFailure="false"
15
bootstrap="tests/bootstrap.php"
16
>
17
0 commit comments