File tree 2 files changed +12
-22
lines changed
2 files changed +12
-22
lines changed Original file line number Diff line number Diff line change 51
51
52
52
- name : Run unit tests
53
53
# run: composer run test
54
- run : phpunit -vv
54
+ run : phpunit
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
- <phpunit backupGlobals =" false"
4
- backupStaticAttributes =" false"
5
- bootstrap =" test/bootstrap.php"
6
- colors =" false"
7
- convertErrorsToExceptions =" true"
8
- convertNoticesToExceptions =" true"
9
- convertWarningsToExceptions =" true"
10
- stopOnFailure =" false"
11
- >
12
- <testsuites >
13
- <testsuite name =" Php Library Test Suite" >
14
- <directory >test/</directory >
15
- </testsuite >
16
- </testsuites >
17
-
18
- <filter >
19
- <whitelist >
20
- <directory suffix =" .php" >src</directory >
21
- </whitelist >
22
- </filter >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" bootstrap =" test/bootstrap.php" colors =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.1/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3
+ <testsuites >
4
+ <testsuite name =" Php Library Test Suite" >
5
+ <directory >test/</directory >
6
+ </testsuite >
7
+ </testsuites >
8
+ <source >
9
+ <include >
10
+ <directory suffix =" .php" >src</directory >
11
+ </include >
12
+ </source >
23
13
</phpunit >
You can’t perform that action at this time.
0 commit comments