File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44vendor
55coverage
66/.idea
7+ .DS_Store
78.php_cs.cache
89.phpunit.result.cache
Original file line number Diff line number Diff line change 1- preset : laravel
2-
3- disabled :
4- - single_class_element_per_statement
1+ preset : psr12
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ matrix:
1515 env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
1616 - php : 7.3
1717 env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
18+ - php : 7.4
19+ env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
1820
1921before_install :
2022 - travis_retry composer self-update
Original file line number Diff line number Diff line change 1515 </testsuite >
1616 </testsuites >
1717 <filter >
18- <whitelist addUncoveredFilesFromWhitelist = " false " >
18+ <whitelist >
1919 <directory suffix =" .php" >src/</directory >
2020 </whitelist >
2121 </filter >
You can’t perform that action at this time.
0 commit comments