PluginProbe
GetResponse Forms by Optin Cat / 1.3.4
GetResponse Forms by Optin Cat v1.3.4
1.3.4 1.3.5 1.3.6 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 2.0.0 All 36 releases
getresponse / includes / classes / scssphp / phpunit.xml.dist

phpunit.xml.dist in GetResponse Forms by Optin Cat 1.3.4, at includes/classes/scssphp/phpunit.xml.dist

30 lines 858 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 strict = "false"
8 colors = "true"
9 convertErrorsToExceptions = "true"
10 convertNoticesToExceptions = "true"
11 convertWarningsToExceptions = "true"
12 processIsolation = "false"
13 stopOnFailure = "false"
14 syntaxCheck = "false"
15 bootstrap = "scss.inc.php">
16
17 <testsuites>
18 <testsuite name="Project Test Suite">
19 <directory>tests</directory>
20 </testsuite>
21 </testsuites>
22
23 <filter>
24 <whitelist>
25 <directory>src</directory>
26 </whitelist>
27 </filter>
28
29 </phpunit>
30