File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3
3
/.php-cs-fixer.php
4
4
/.php-cs-fixer.cache
5
5
/composer.lock
6
- /.phpunit.result. cache
6
+ /.phpunit.cache
Original file line number Diff line number Diff line change 2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4
4
bootstrap =" vendor/autoload.php"
5
+ cacheDirectory =" .phpunit.cache"
5
6
executionOrder =" depends,defects"
6
7
requireCoverageMetadata =" true"
7
8
beStrictAboutCoverageMetadata =" true"
10
11
failOnWarning =" true"
11
12
colors =" true" >
12
13
<testsuites >
13
- <testsuite name =" default " >
14
- <directory suffix = " Test.php " >tests/unit</directory >
14
+ <testsuite name =" unit " >
15
+ <directory >tests/unit</directory >
15
16
</testsuite >
16
17
</testsuites >
17
18
18
- <source >
19
+ <source restrictDeprecations =" true"
20
+ restrictNotices =" true"
21
+ restrictWarnings =" true" >
19
22
<include >
20
23
<directory >src</directory >
21
24
</include >
You can’t perform that action at this time.
0 commit comments