blob: 069784bd7ffb7e593605a93ed101b981295e871c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<phpunit bootstrap="./Bootstrap.php" colors="true">
<testsuites>
<testsuite name="ZendXml Test Suite">
<directory>./ZendXmlTest</directory>
<exclude>./ZendXmlTest/TestAsset</exclude>
</testsuite>
</testsuites>
<groups>
<exclude>
</exclude>
</groups>
<listeners>
</listeners>
<filter>
<blacklist>
<directory suffix=".php">./ZendXmlTest</directory>
<directory>../vendor</directory>
</blacklist>
</filter>
<php>
</php>
</phpunit>
|