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 decf3df commit ff86863Copy full SHA for ff86863
1 file changed
phpunit.xml.dist
@@ -0,0 +1,28 @@
1
+<?xml version='1.0' encoding='UTF-8'?>
2
+<phpunit
3
+ backupGlobals='false'
4
+ backupStaticAttributes='false'
5
+ colors='true'
6
+ convertErrorsToExceptions='true'
7
+ convertNoticesToExceptions='true'
8
+ convertWarningsToExceptions='true'
9
+ processIsolation='false'
10
+ stopOnFailure='false'>
11
+
12
+ <testsuites>
13
+ <testsuite name='FlexModelBundle'>
14
+ <directory>./Tests</directory>
15
+ </testsuite>
16
+ </testsuites>
17
18
+ <filter>
19
+ <whitelist>
20
+ <directory>./</directory>
21
+ <exclude>
22
+ <directory>./Resources</directory>
23
24
+ <directory>./vendor</directory>
25
+ </exclude>
26
+ </whitelist>
27
+ </filter>
28
+</phpunit>
0 commit comments