836e35da5ccf7ccf953f38f4fd048ae45d3c1d33
[yaffs-website] / vendor / instaclick / php-webdriver / phpunit.xml.dist
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
4 <phpunit
5     backupGlobals               = "false"
6     backupStaticAttributes      = "false"
7     colors                      = "true"
8     convertErrorsToExceptions   = "true"
9     convertNoticesToExceptions  = "true"
10     convertWarningsToExceptions = "true"
11     processIsolation            = "false"
12     stopOnFailure               = "false"
13     syntaxCheck                 = "false"
14     bootstrap                   = "lib/WebDriver/ClassLoader.php" >
15
16     <testsuites>
17         <testsuite name="Project Test Suite">
18             <directory>test/Test</directory>
19         </testsuite>
20     </testsuites>
21
22     <filter>
23         <whitelist>
24             <directory>lib</directory>
25             <exclude>
26                 <file>__init__.php</file>
27             </exclude>
28         </whitelist>
29     </filter>
30
31 </phpunit>