FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
WP-API/phpunit.xml.dist at develop · WP-API/WP-API · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Sep 24, 2018. It is now read-only.
WP-API
/
WP-API
Public archive
Notifications
You must be signed in to change notification settings
Fork
638
Star
3.9k
Code
Issues
49
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
WP-API
/
phpunit.xml.dist
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (24 loc) · 561 Bytes
Breadcrumbs
WP-API
/
phpunit.xml.dist
Copy path
File metadata and controls
24 lines (24 loc) · 561 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<
phpunit
bootstrap=
"
tests/bootstrap.php
"
backupGlobals=
"
false
"
colors=
"
true
"
convertErrorsToExceptions=
"
true
"
convertNoticesToExceptions=
"
true
"
convertWarningsToExceptions=
"
true
"
>
<
testsuites
>
<!--
Default test suite to run all tests
-->
<
testsuite
>
<
directory
prefix
=
"
test-
"
suffix
=
"
.php
"
>tests</
directory
>
</
testsuite
>
</
testsuites
>
<
filter
>
<
blacklist
>
<
directory
suffix
=
"
.php
"
>.</
directory
>
</
blacklist
>
<
whitelist
>
<
directory
suffix
=
"
.php
"
>./lib</
directory
>
<
file
>./plugin.php</
file
>
</
whitelist
>
</
filter
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL