File tree 2 files changed +14
-17
lines changed
2 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 49
49
composer update --prefer-stable --prefer-dist --no-interaction --with-all-dependencies
50
50
51
51
- name : Execute tests
52
- run : vendor/bin/pest
52
+ run : vendor/bin/pest --ci
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : noNamespaceSchemaLocation =" vendor/phpunit/ phpunit/phpunit.xsd"
3
+ xsi : noNamespaceSchemaLocation =" https://schema. phpunit.de/10.5 /phpunit.xsd"
4
4
bootstrap =" vendor/autoload.php"
5
- backupGlobals =" false"
6
- backupStaticAttributes =" false"
7
- colors =" true"
8
- verbose =" true"
9
- convertErrorsToExceptions =" true"
10
- convertNoticesToExceptions =" true"
11
- convertWarningsToExceptions =" true"
12
- processIsolation =" false"
13
- stopOnFailure =" false" >
14
- <coverage >
15
- <include >
16
- <directory >src/</directory >
17
- </include >
18
- </coverage >
5
+ backupGlobals =" false"
6
+ colors =" true"
7
+ processIsolation =" false"
8
+ stopOnFailure =" false"
9
+ cacheDirectory =" .phpunit.cache"
10
+ backupStaticProperties =" false" >
19
11
<testsuites >
20
12
<testsuite name =" Unit" >
21
- <directory >tests/Unit</directory >
13
+ <directory >tests/Unit</directory >
22
14
</testsuite >
23
15
</testsuites >
16
+ <source >
17
+ <include >
18
+ <directory >src/</directory >
19
+ </include >
20
+ </source >
24
21
</phpunit >
You can’t perform that action at this time.
0 commit comments