FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
thinreports-php/phpunit.xml at master · thinreports-php/thinreports-php · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
thinreports-php
/
thinreports-php
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
53
Code
Issues
1
Pull requests
1
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
thinreports-php
/
phpunit.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (16 loc) · 517 Bytes
Breadcrumbs
thinreports-php
/
phpunit.xml
Copy path
File metadata and controls
18 lines (16 loc) · 517 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
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
phpunit
bootstrap
=
"
vendor/autoload.php
"
colors
=
"
true
"
>
<
testsuites
>
<
testsuite
name
=
"
Thinreports Unit Tests
"
>
<
directory
suffix
=
"
Test.php
"
>test/unit/Thinreports</
directory
>
</
testsuite
>
<
testsuite
name
=
"
Thinreports Feature Tests
"
>
<
directory
suffix
=
"
Feature.php
"
>test/feature/</
directory
>
</
testsuite
>
</
testsuites
>
<
filter
>
<
whitelist
>
<
directory
suffix
=
"
.php
"
>src/Thinreports/</
directory
>
</
whitelist
>
</
filter
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL