FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
deployer/phpunit.xml at master · deployphp/deployer · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
deployphp
/
deployer
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
11.1k
Code
Issues
0
Pull requests
18
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
deployer
/
phpunit.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (27 loc) · 874 Bytes
Breadcrumbs
deployer
/
phpunit.xml
Copy path
File metadata and controls
27 lines (27 loc) · 874 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
25
26
27
<?
xml
version
=
"
1.0
"
?>
<
phpunit
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
bootstrap
=
"
tests/bootstrap.php
"
colors
=
"
true
"
stopOnError
=
"
false
"
stopOnFailure
=
"
false
"
xsi
:
noNamespaceSchemaLocation
=
"
https://schema.phpunit.de/12.5/phpunit.xsd
"
>
<
source
>
<
include
>
<
directory
>src/</
directory
>
<
directory
>recipe/</
directory
>
</
include
>
<
exclude
>
<
directory
suffix
=
"
.php
"
>vendor/</
directory
>
<
directory
>bin/</
directory
>
</
exclude
>
</
source
>
<
testsuites
>
<
testsuite
name
=
"
src
"
>
<
directory
>tests/src/</
directory
>
</
testsuite
>
<
testsuite
name
=
"
spec
"
>
<
directory
>tests/spec/</
directory
>
<
exclude
>tests/spec/SpecTest.php</
exclude
>
</
testsuite
>
</
testsuites
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL