PluginProbe
10Web Booster – Website speed optimization, Cache & Page Speed optimizer / 2.33.5
10Web Booster – Website speed optimization, Cache & Page Speed optimizer v2.33.5
2.33.6 2.33.5 2.33.0 2.30.5 2.30.7 2.30.9 2.31.10 2.31.8 2.32.11 2.32.21 2.32.3 2.32.4 2.32.7 2.6.31 2.6.40 2.6.42 2.6.7 2.7.37 2.7.44 2.7.47 2.8.18 2.8.19 2.8.32 2.8.34 2.8.35 All 110 releases
tenweb-speed-optimizer / vendor / mrclay / jsmin-php / phpunit.xml
phpunit.xml
27 lines 749 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 <phpunit backupGlobals="false"
4 backupStaticAttributes="false"
5 colors="true"
6 convertErrorsToExceptions="true"
7 convertNoticesToExceptions="true"
8 convertWarningsToExceptions="true"
9 processIsolation="false"
10 bootstrap="tests/bootstrap.php"
11 >
12 <testsuites>
13 <testsuite name="JSMin Test Suite">
14 <directory>./tests/</directory>
15 </testsuite>
16 </testsuites>
17
18 <filter>
19 <whitelist>
20 <directory>./</directory>
21 <exclude>
22 <directory>./tests</directory>
23 <directory>./vendor</directory>
24 </exclude>
25 </whitelist>
26 </filter>
27 </phpunit>