File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 33* .sublime-workspace
44.DS_Store
55.idea /
6- .phpunit.cache /
7- .phpcs-cache
86/vendor
97composer.lock
108composer.phar
119phpunit.xml
1210phpstan.neon
13- /.cache /phpstan /
11+ /.cache /
Original file line number Diff line number Diff line change 33 <arg name =" basepath" value =" ." />
44 <arg name =" extensions" value =" php" />
55 <arg name =" parallel" value =" 80" />
6- <arg name =" cache" value =" .phpcs- cache" />
6+ <arg name =" cache" value =" .cache/phpcs " />
77 <arg name =" colors" />
88
99 <!-- Ignore warnings (n), show progress of the run (p), and show sniff names (s) -->
Original file line number Diff line number Diff line change 22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4/phpunit.xsd"
44 bootstrap =" vendor/autoload.php"
5- colors =" true"
6- cacheDirectory =" .phpunit.cache"
7- >
8- <coverage />
5+ cacheDirectory =" .cache/phpunit"
6+ executionOrder =" depends,defects"
7+ beStrictAboutCoverageMetadata =" true"
8+ beStrictAboutOutputDuringTests =" true"
9+ failOnRisky =" true"
10+ failOnWarning =" true" >
911 <testsuites >
1012 <testsuite name =" Test Suite" >
1113 <directory >tests/</directory >
1719 <env name =" SQLITE_DATABASE" value =" :memory:" />
1820 <env name =" QUEUE_CONNECTION" value =" database" />
1921 </php >
20- <source >
22+
23+ <source restrictDeprecations =" true"
24+ restrictNotices =" true"
25+ restrictWarnings =" true" >
2126 <include >
2227 <directory >./src</directory >
2328 </include >
You can’t perform that action at this time.
0 commit comments