File tree Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 22/coverage
33composer.phar
44composer.lock
5+ /.phpunit.cache
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit backupGlobals =" false"
3- backupStaticAttributes =" false"
4- bootstrap =" vendor/autoload.php"
5- colors =" true"
6- convertErrorsToExceptions =" true"
7- convertNoticesToExceptions =" true"
8- convertWarningsToExceptions =" true"
9- processIsolation =" false"
10- stopOnFailure =" false"
11- >
12- <testsuites >
13- <testsuite name =" Package Test Suite" >
14- <directory suffix =" .php" >./tests/</directory >
15- <exclude >./tests/views/</exclude >
16- </testsuite >
17- </testsuites >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3+ <testsuites >
4+ <testsuite name =" Package Test Suite" >
5+ <directory suffix =" Test.php" >./tests/</directory >
6+ </testsuite >
7+ </testsuites >
188</phpunit >
You can’t perform that action at this time.
0 commit comments