File tree Expand file tree Collapse file tree 3 files changed +8
-19
lines changed Expand file tree Collapse file tree 3 files changed +8
-19
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ${{ matrix.os }}
10
10
11
11
strategy :
12
- fail-fast : true
12
+ fail-fast : false
13
13
matrix :
14
14
os : [ubuntu-latest]
15
15
php : [8.2, 8.1, 8.0]
Original file line number Diff line number Diff line change 5
5
coverage
6
6
.php-cs-fixer.cache
7
7
.phpunit.result.cache
8
+ .phpunit.cache
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
5
- bootstrap =" vendor/autoload.php"
6
- backupGlobals =" false"
7
- backupStaticAttributes =" false"
8
- colors =" true"
9
- verbose =" true"
10
- convertErrorsToExceptions =" true"
11
- convertNoticesToExceptions =" true"
12
- convertWarningsToExceptions =" true"
13
- processIsolation =" false"
14
- stopOnFailure =" false" >
15
- <coverage >
16
- <include >
17
- <directory suffix =" .php" >src/</directory >
18
- </include >
19
- </coverage >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap =" vendor/autoload.php" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
20
3
<testsuites >
21
4
<testsuite name =" Spatie Test Suite" >
22
5
<directory >tests</directory >
25
8
<php >
26
9
<env name =" DB_CONNECTION" value =" testing" />
27
10
</php >
11
+ <source >
12
+ <include >
13
+ <directory suffix =" .php" >src/</directory >
14
+ </include >
15
+ </source >
28
16
</phpunit >
You can’t perform that action at this time.
0 commit comments