File tree Expand file tree Collapse file tree 2 files changed +12
-22
lines changed Expand file tree Collapse file tree 2 files changed +12
-22
lines changed Original file line number Diff line number Diff line change 5151
5252 - name : Run unit tests
5353# run: composer run test
54- run : phpunit -vv
54+ run : phpunit
Original file line number Diff line number Diff line change 11<?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 >
2313</phpunit >
You can’t perform that action at this time.
0 commit comments