PEAR2_Net_Transmitter-1.0.0a1 › PEAR2_Net_Transmitter-1.0.0a1/tests/configuration.xml
- PEAR2_Net_Transmitter-1.0.0a1/
- package.xml
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
28
29
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="bootstrap.php"
colors="false"
stopOnFailure="false"
verbose="true"
strict="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<!--
convertErrorsToExceptions="false"
convertNoticesToExceptions="false"
convertWarningsToExceptions="false"
>
-->
<testsuites>
<testsuite name="All tests">
<file>StreamTransmitterTest.php</file>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">../src/PEAR2/Net/Transmitter</directory>
</whitelist>
</filter>
</phpunit>EOF
