PluginProbe
Page Optimize / trunk
Page Optimize vtrunk
trunk 0.4.2 0.4.3 0.4.4 0.4.6 0.4.7 0.5.0 0.5.1 0.5.2 0.5.3 0.5.4 0.5.5 0.5.6 0.5.7 0.5.8 0.6.0 0.6.1 0.6.2 0.6.3
page-optimize / phpunit.xml.dist

phpunit.xml.dist in Page Optimize trunk, at phpunit.xml.dist

16 lines 343 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0"?>
2 <phpunit
3 bootstrap="tests/bootstrap.php"
4 backupGlobals="false"
5 colors="true"
6 convertErrorsToExceptions="true"
7 convertNoticesToExceptions="true"
8 convertWarningsToExceptions="true"
9 >
10 <testsuites>
11 <testsuite>
12 <directory prefix="test_" suffix=".php">./tests/</directory>
13 </testsuite>
14 </testsuites>
15 </phpunit>
16