File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
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"
13
12
failOnNotice =" true"
14
13
failOnWarning =" true"
15
14
>
16
- <testsuites >
17
- <testsuite name =" Test Suite" >
18
- <directory >tests</directory >
19
- <exclude >tests/TestCheck/Fixtures/*</exclude >
20
- </testsuite >
21
- </testsuites >
22
- <coverage />
23
- <source >
24
- <include >
25
- <directory suffix =" .php" >src</directory >
26
- </include >
27
- </source >
15
+ <testsuites >
16
+ <testsuite name =" Test Suite" >
17
+ <directory >tests</directory >
18
+ <exclude >tests/TestCheck/Fixtures/*</exclude >
19
+ </testsuite >
20
+ </testsuites >
21
+
22
+ <coverage />
23
+
24
+ <source >
25
+ <include >
26
+ <directory >src</directory >
27
+ </include >
28
+ </source >
28
29
</phpunit >
You can’t perform that action at this time.
0 commit comments