File tree Expand file tree Collapse file tree 3 files changed +21
-18
lines changed Expand file tree Collapse file tree 3 files changed +21
-18
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ jobs:
1616 fail-fast : true
1717 matrix :
1818 php : [7.2, 7.3, 7.4]
19- laravel : ["6.*", "7.0", "7. *", "8.*"]
19+ laravel : ["6.*", "7.*", "8.*"]
2020 exclude :
2121 - laravel : " 8.*"
2222 php : 7.2
23+ - laravel : " 7.*"
24+ php : 7.2
2325
2426 steps :
2527 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1515 "illuminate/view" : " 6.*|7.*|8.*"
1616 },
1717 "require-dev" : {
18- "fzaninotto/faker" : " ~1.9.1" ,
1918 "mockery/mockery" : " ^1.3.1" ,
2019 "phpunit/phpunit" : " ^8.5|^9.0" ,
21- "orchestra/testbench" : " ^4.0 |^5.0|^6.0"
20+ "orchestra/testbench" : " ^4.13 |^5.0|^6.0"
2221 },
2322 "autoload" : {
2423 "classmap" : [
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit backupGlobals =" false"
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ backupGlobals =" false"
34 backupStaticAttributes =" false"
45 bootstrap =" vendor/autoload.php"
56 colors =" true"
67 convertErrorsToExceptions =" true"
78 convertNoticesToExceptions =" true"
89 convertWarningsToExceptions =" true"
910 processIsolation =" false"
10- stopOnFailure =" false" >
11- <testsuites >
12- <testsuite name =" TusUpload Test Suite" >
13- <directory suffix =" Test.php" >./tests/</directory >
14- </testsuite >
15- </testsuites >
16- <php >
17- <!-- <env name="APP_ENV" value="testing"/>
11+ stopOnFailure =" false"
12+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
13+ <coverage >
14+ <include >
15+ <directory >src</directory >
16+ </include >
17+ </coverage >
18+ <testsuites >
19+ <testsuite name =" TusUpload Test Suite" >
20+ <directory suffix =" Test.php" >./tests/</directory >
21+ </testsuite >
22+ </testsuites >
23+ <php >
24+ <!-- <env name="APP_ENV" value="testing"/>
1825 <env name="CACHE_DRIVER" value="array"/>
1926 <env name="SESSION_DRIVER" value="array"/>
2027 <env name="QUEUE_DRIVER" value="sync"/>
2128 <env name="DB_CONNECTION" value="sqlite"/>
2229 <env name="DB_DATABASE" value=":memory:"/>-->
23- </php >
24- <filter >
25- <whitelist >
26- <directory >src</directory >
27- </whitelist >
28- </filter >
30+ </php >
2931</phpunit >
You can’t perform that action at this time.
0 commit comments