PEAR2_Cache_SHM › PEAR2_Cache_SHM-0.1.1/tests/phpunit.xml
- PEAR2_Cache_SHM-0.1.1/
- 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
<?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>CliCompatibleTest.php</file>
<file>ApcTest.php</file>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">../src/PEAR2/Cache/SHM</directory>
<file>../src/PEAR2/Cache/SHM.php</file>
</whitelist>
</filter>
</phpunit>EOF
