File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 4
4
xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
5
5
beStrictAboutChangesToGlobalState =" true"
6
6
beStrictAboutOutputDuringTests =" true"
7
- beStrictAboutTodoAnnotatedTests =" true"
8
7
executionOrder =" random"
9
8
colors =" true"
10
9
bootstrap =" tests/bootstrap.php"
11
10
>
12
- <testsuites >
13
- <testsuite name =" Test Suite" >
14
- <directory >tests</directory >
15
- </testsuite >
16
- </testsuites >
17
- <coverage />
11
+ <testsuites >
12
+ <testsuite name =" Test Suite" >
13
+ <directory >tests</directory >
14
+ </testsuite >
15
+ </testsuites >
18
16
19
- <source >
20
- <include >
21
- <directory >src</directory >
22
- </include >
23
- </source >
17
+ <coverage />
18
+
19
+ <source >
20
+ <include >
21
+ <directory >src</directory >
22
+ </include >
23
+ </source >
24
24
</phpunit >
You can’t perform that action at this time.
0 commit comments