FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rector-phpunit/phpunit.xml at main · rectorphp/rector-phpunit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
rectorphp
/
rector-phpunit
Public
Notifications
You must be signed in to change notification settings
Fork
71
Star
117
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
rector-phpunit
/
phpunit.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 673 Bytes
Breadcrumbs
rector-phpunit
/
phpunit.xml
Copy path
File metadata and controls
18 lines (18 loc) · 673 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
"
?>
<
phpunit
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
bootstrap
=
"
vendor/autoload.php
"
colors
=
"
true
"
displayDetailsOnTestsThatTriggerWarnings
=
"
true
"
failOnWarning
=
"
true
"
failOnNotice
=
"
true
"
>
<
testsuites
>
<
testsuite
name
=
"
main
"
>
<
directory
>tests</
directory
>
<
directory
>rules-tests</
directory
>
<
exclude
>rules-tests/CodeQuality/Rector/Class_/AddSeeTestAnnotationRector/Source</
exclude
>
<
exclude
>rules-tests/AnnotationsToAttributes/Rector/ClassMethod/DependsAnnotationWithValueToAttributeRector/Source</
exclude
>
</
testsuite
>
</
testsuites
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL