Warning, /webapps/ocs-webserver/tests/phpunit.xml is written in an unsupported language. File is not indexed.

0001 <phpunit bootstrap="./Bootstrap.php" colors="true">
0002     <testsuite name="Zend Framework Tests">
0003         <directory>./</directory>
0004     </testsuite>
0005 
0006     <filter>
0007         <whitelist>
0008             <directory suffix=".php">../library/Local/</directory>
0009             <exclude>
0010                 <directory suffix=".php">../library/Local/fpdf</directory>
0011                 <directory suffix=".php">../library/Local/fpdi</directory>
0012             </exclude>
0013             <directory suffix=".php">../library/Ppload/</directory>
0014             <directory suffix=".php">../application/</directory>
0015             <exclude>
0016                 <directory suffix=".phtml">../application/</directory>
0017             </exclude>
0018         </whitelist>
0019     </filter>
0020 
0021     <php>
0022         <server name='HTTP_HOST' value='http://localhost' />
0023         <server name="SERVER_NAME" value="localhost"/>
0024         <server name="SERVER_PORT" value="80"/>
0025         <server name="REMOTE_ADDR" value="127.0.0.1"/>
0026     </php>
0027 <!--
0028     <logging>
0029         <log type="coverage-html"
0030              target="./log/report"
0031              charset="UTF-8"
0032              yui="true"
0033              highlight="true"
0034              lowUpperBound="50"
0035              highLowerBound="80"
0036         />
0037         <log type="testdox-html" target="./log/testdox.html"/>
0038     </logging>
0039 -->
0040 </phpunit>