PEAR2_Net_Transmitter-1.0.0a3 › PEAR2_Net_Transmitter-1.0.0a3/tests/secondaryPeer.xml
- PEAR2_Net_Transmitter-1.0.0a3/
- docs/
- src/
- tests/
- 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
30
31
32
33
34
35
36
37
38
39
40
41
42
<?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"
>
-->
<php>
<!--
The name and port of phpunit.xml
-->
<const name="REMOTE_HOSTNAME" value="::1" />
<const name="REMOTE_PORT" value="6667" />
<!--
The name and port phpunit.xml must use.
-->
<const name="LOCAL_HOSTNAME" value="::1" />
<const name="LOCAL_PORT" value="6666" />
</php>
<testsuites>
<testsuite name="All tests">
<file>ServerTest.php</file>
<file>ClientTest.php</file>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">../src/PEAR2/Net/Transmitter/</directory>
</whitelist>
</filter>
</phpunit>EOF
