FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
php-basic-skeleton/phpunit.xml at main · CodelyTV/php-basic-skeleton · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
CodelyTV
/
php-basic-skeleton
Public template
Notifications
You must be signed in to change notification settings
Fork
44
Star
108
Code
Issues
1
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
php-basic-skeleton
/
phpunit.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (13 loc) · 402 Bytes
Breadcrumbs
php-basic-skeleton
/
phpunit.xml
Copy path
File metadata and controls
13 lines (13 loc) · 402 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
<
phpunit
bootstrap
=
"
vendor/autoload.php
"
colors
=
"
true
"
beStrictAboutTestsThatDoNotTestAnything
=
"
true
"
beStrictAboutOutputDuringTests
=
"
true
"
enforceTimeLimit
=
"
true
"
beStrictAboutChangesToGlobalState
=
"
true
"
>
<
testsuites
>
<
testsuite
name
=
"
phpBootstrap
"
>
<
directory
>tests</
directory
>
</
testsuite
>
</
testsuites
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL