1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <phpunit xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
4 xsi:
noNamespaceSchemaLocation=
"http://schema.phpunit.de/4.1/phpunit.xsd"
7 bootstrap=
"vendor/autoload.php"
12 <ini name=
"error_reporting" value=
"-1" />
16 <testsuite name=
"Symfony Debug Component Test Suite">
17 <directory>./Tests/
</directory>
19 <testsuite name=
"Symfony Debug Extension Test Suite">
20 <directory suffix=
".phpt">./Resources/ext/tests/
</directory>
26 <directory>./
</directory>
28 <directory>./Tests
</directory>
29 <directory>./vendor
</directory>