PEAR2_Net_Transmitter-1.0.0a3 › PEAR2_Net_Transmitter-1.0.0a3/tests/phpunit.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
43
44
45
46
47
48
49
50
51
<?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 hostname and port of secondaryPeer.xml
-->
<const name="REMOTE_HOSTNAME" value="::1" />
<const name="REMOTE_PORT" value="6666" />
<!--
The hostname and port secondaryPeer.xml must use.
-->
<const name="LOCAL_HOSTNAME" value="::1" />
<const name="LOCAL_PORT" value="6667" />
<!--
A hostname which doesn't provide a serive on any port present here.
-->
<const name="SILENT_HOSTNAME" value="::1" />
<!--
A port which doesn't provide a serive on any hostname present here.
-->
<const name="SILENT_PORT" value="6668" />
</php>
<testsuites>
<testsuite name="All tests">
<file>ClientTest.php</file>
<file>ServerTest.php</file>
<file>UnconnectedTest.php</file>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">../src/PEAR2/Net/Transmitter/</directory>
</whitelist>
</filter>
</phpunit>EOF
