Browse
For agents
About
WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript
/
trunk
WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript
vtrunk
Switch version
trunk
1.0
1.1
1.2
1.3
1.3.1
1.3.2
1.4
1.5
1.5.1
1.6
2.0
2.0.1
Overview
Code
wp-super-minify
/
phpunit.xml
phpunit.xml
in WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript trunk, at phpunit.xml
15 lines
337 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
phpunit
2
bootstrap
=
"
tests/bootstrap.php
"
3
backupGlobals
=
"
false
"
4
colors
=
"
true
"
5
convertErrorsToExceptions
=
"
true
"
6
convertNoticesToExceptions
=
"
true
"
7
convertWarningsToExceptions
=
"
true
"
8
>
9
<
testsuites
>
10
<
testsuite
>
11
<
directory
prefix
=
"
test-
"
suffix
=
"
.php
"
>
./tests/
</
directory
>
12
</
testsuite
>
13
</
testsuites
>
14
</
phpunit
>
15