FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Anemometer/phpunit.xml at develop · box/Anemometer · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
box
/
Anemometer
Public
Notifications
You must be signed in to change notification settings
Fork
306
Star
1.4k
Code
Issues
51
Pull requests
9
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Anemometer
/
phpunit.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (14 loc) · 433 Bytes
Breadcrumbs
Anemometer
/
phpunit.xml
Copy path
File metadata and controls
17 lines (14 loc) · 433 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
<
phpunit
colors
=
"
true
"
verbose
=
"
true
"
bootstrap
=
"
test/setup.php
"
>
<
testsuite
name
=
"
Tests
"
>
<
directory
>./test</
directory
>
</
testsuite
>
<
filter
>
<
whitelist
>
<
file
>index.php</
file
>
<
directory
suffix
=
"
.php
"
>lib</
directory
>
</
whitelist
>
</
filter
>
<
logging
>
<
log
type
=
"
coverage-text
"
target
=
"
php://stdout
"
showUncoveredFiles
=
"
true
"
/>
</
logging
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL