-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathphpunit.xml
More file actions
31 lines (27 loc) · 895 Bytes
/
Copy pathphpunit.xml
File metadata and controls
31 lines (27 loc) · 895 Bytes
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
28
29
30
31
<phpunit
bootstrap="../vendor/autoload.php"
beStrictAboutTestsThatDoNotTestAnything="false"
>
<testsuites>
<testsuite name="Issues">
<file>Issues.php</file>
</testsuite>
<testsuite name="Deprecation">
<file>Deprecation.php</file>
</testsuite>
<testsuite name="Features">
<file>Features/01-Logging.php</file>
<file>Features/02-Dumping.php</file>
<file>Features/03-Labels.php</file>
<file>Features/04-Options.php</file>
<file>Features/05-RecursiveEncoding.php</file>
<file>Features/06-Newlines.php</file>
<file>Features/07-EncoderOptions.php</file>
<file>Features/08-Primitives.php</file>
<file>Features/09-Wrappers.php</file>
<file>Features/10-IgnoreInTraces.php</file>
<file>Features/11-Groups.php</file>
<file>Features/12-FB.php</file>
</testsuite>
</testsuites>
</phpunit>