Browse
For agents
About
Edit Flow
/
0.9
Edit Flow
v0.9
Switch version
0.11.1
0.11.0
0.7.2
0.7.3
0.7.4
0.7.5
0.7.6
0.8
0.8.1
0.8.2
0.9
0.9.1
0.9.2
0.9.3
0.9.4
0.9.5
0.9.6
0.9.7
0.9.8
0.9.9
trunk
0.1.5
0.10.0
0.10.1
0.10.2
All 44 releases
Overview
Code
edit-flow
/
tests
/
phpunit
/
multisite.xml
multisite.xml
in Edit Flow 0.9, at tests/phpunit/multisite.xml
18 lines
394 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
<
php
>
10
<
const
name
=
"
WP_TESTS_MULTISITE
"
value
=
"
1
"
/>
11
</
php
>
12
<
testsuites
>
13
<
testsuite
>
14
<
directory
prefix
=
"
test-
"
suffix
=
"
.php
"
>
../../tests/
</
directory
>
15
</
testsuite
>
16
</
testsuites
>
17
</
phpunit
>
18