1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <!-- http://phpunit.de/manual/current/en/appendixes.configuration.html -->
5 backupGlobals =
"false"
6 backupStaticAttributes =
"false"
8 convertErrorsToExceptions =
"true"
9 convertNoticesToExceptions =
"true"
10 convertWarningsToExceptions =
"true"
11 processIsolation =
"false"
12 stopOnFailure =
"false"
14 bootstrap =
"bootstrap.php.cache" >
17 <testsuite name=
"Project Test Suite">
18 <directory>../src/*/*Bundle/Tests
</directory>
19 <directory>../src/*/Bundle/*Bundle/Tests
</directory>
25 <server name="KERNEL_DIR" value="/path/to/your/app/" />
31 <directory>../src
</directory>
33 <directory>../src/*/*Bundle/Resources
</directory>
34 <directory>../src/*/*Bundle/Tests
</directory>
35 <directory>../src/*/Bundle/*Bundle/Resources
</directory>
36 <directory>../src/*/Bundle/*Bundle/Tests
</directory>