File tree Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 22.idea
33/composer.lock
44/.phpunit.result.cache
5+ /.phpunit.cache
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4+ bootstrap =" vendor/autoload.php"
5+ cacheDirectory =" .phpunit.cache"
6+ executionOrder =" depends,defects"
7+ shortenArraysForExportThreshold =" 10"
8+ beStrictAboutOutputDuringTests =" true"
9+ displayDetailsOnPhpunitDeprecations =" true"
10+ failOnPhpunitDeprecation =" true"
11+ failOnWarning =" true" >
12+ <testsuites >
13+ <testsuite name =" default" >
14+ <directory >test</directory >
15+ </testsuite >
16+ </testsuites >
217
3- <phpunit colors =" true" >
4- <testsuite name =" CLI Menu Test Suite" >
5- <directory >./test</directory >
6- </testsuite >
7- <filter >
8- <whitelist addUncoveredFilesFromWhitelist =" true" >
9- <directory suffix =" .php" >./src</directory >
10- </whitelist >
11- </filter >
12- </phpunit >
18+ <source ignoreIndirectDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
19+ <include >
20+ <directory >src</directory >
21+ </include >
22+ </source >
23+ </phpunit >
You can’t perform that action at this time.
0 commit comments