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

0001 <phpunit bootstrap="./bootstrap.php">
0002     <testsuite name="Application Test Suite">
0003         <directory>./application</directory>
0004     </testsuite>
0005     <testsuite name="Library Test Suite">
0006         <directory>./library</directory>
0007     </testsuite>
0008     
0009     <filter>
0010         <!-- If Zend Framework is inside your project's library, uncomment this filter -->
0011         <!-- 
0012         <whitelist>
0013             <directory suffix=".php">../../library/Zend</directory>
0014         </whitelist>
0015         -->
0016     </filter>
0017 </phpunit>