We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549dbc6 commit c46b612Copy full SHA for c46b612
phpunit.xml
@@ -0,0 +1,19 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+
3
+<phpunit backupGlobals="false"
4
+ backupStaticAttributes="false"
5
+ colors="false"
6
+ convertErrorsToExceptions="true"
7
+ convertNoticesToExceptions="true"
8
+ convertWarningsToExceptions="true"
9
+ processIsolation="false"
10
+ stopOnFailure="true"
11
+ syntaxCheck="false"
12
+>
13
+ <testsuites>
14
+ <testsuite name="Symfony Test Suite">
15
+ <directory>./tests/Symfony/</directory>
16
+ <directory>./src/Symfony/Framework/</directory>
17
+ </testsuite>
18
+ </testsuites>
19
+</phpunit>
0 commit comments