Browse
For agents
About
SiteLock Security – WP Hardening, Login Security & Malware Scans
/
trunk
SiteLock Security – WP Hardening, Login Security & Malware Scans
vtrunk
Switch version
trunk
1.2.1
2.0
2.1.0
2.1.1
3.0.0
3.1.0
3.1.1
3.1.2
3.2.1
3.3.0
3.4.0
4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.1.0
4.2.0
4.2.1
4.2.2
4.2.3
4.2.4
5.0.0
All 31 releases
Overview
Code
sitelock
/
phpunit-unit.xml
phpunit-unit.xml
in SiteLock Security – WP Hardening, Login Security & Malware Scans trunk, at phpunit-unit.xml
9 lines
299 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
2
<
phpunit
bootstrap
=
"
tests/bootstrap-unit.php
"
colors
=
"
true
"
testdox
=
"
true
"
processIsolation
=
"
false
"
>
3
<
testsuites
>
4
<
testsuite
name
=
"
unit
"
>
5
<
directory
suffix
=
"
.php
"
>
tests/unit
</
directory
>
6
</
testsuite
>
7
</
testsuites
>
8
</
phpunit
>
9