File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 3333 run : composer install --prefer-dist --no-progress
3434
3535 - name : Run test suite
36- run : vendor/bin/phpunit tests
36+ run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 11/vendor
2-
2+ / .phpunit.result.cache
33/composer.lock
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
5+ colors =" true"
6+ >
7+ <testsuites >
8+ <testsuite name =" Unit" >
9+ <directory >tests</directory >
10+ </testsuite >
11+ </testsuites >
12+
13+ <coverage >
14+ <include >
15+ <directory suffix =" .php" >src</directory >
16+ </include >
17+ </coverage >
18+ </phpunit >
You can’t perform that action at this time.
0 commit comments