File tree Expand file tree Collapse file tree 7 files changed +18
-24
lines changed
Expand file tree Collapse file tree 7 files changed +18
-24
lines changed Original file line number Diff line number Diff line change 4040 },
4141 "autoload-dev" : {
4242 "psr-4" : {
43- "NPM\\ TelegramBotManager\\ Tests\\ " : " tests/TelegramBotManager/Tests "
43+ "NPM\\ TelegramBotManager\\ Tests\\ " : " tests"
4444 }
4545 },
4646 "scripts" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit bootstrap =" tests/bootstrap.php" colors =" true" >
2+ <phpunit bootstrap =" vendor/autoload.php"
3+ backupGlobals =" false"
4+ backupStaticAttributes =" false"
5+ beStrictAboutOutputDuringTests =" true"
6+ colors =" true"
7+ convertErrorsToExceptions =" true"
8+ convertNoticesToExceptions =" true"
9+ convertWarningsToExceptions =" true"
10+ processIsolation =" false"
11+ stopOnError =" false"
12+ stopOnFailure =" false"
13+ verbose =" true"
14+ >
315 <testsuites >
416 <testsuite name =" TelegramBotManager Test Suite" >
5- <directory >tests/</directory >
17+ <directory suffix = " Test.php " >tests/</directory >
618 </testsuite >
719 </testsuites >
820
921 <filter >
10- <whitelist >
22+ <whitelist processUncoveredFilesFromWhitelist = " true " >
1123 <directory suffix =" .php" >src/</directory >
1224 </whitelist >
1325 </filter >
1426
1527 <php >
1628 <ini name =" date.timezone" value =" UTC" />
17- <ini name =" error_reporting" value =" -1" />
18- <const name =" PHPUNIT_TEST" value =" true" />
29+ <ini name =" error_reporting" value =" -1" />
30+ <const name =" PHPUNIT_TEST" value =" true" />
1931 <const name =" PHPUNIT_DB_HOST" value =" 127.0.0.1" />
2032 <const name =" PHPUNIT_DB_USER" value =" root" />
2133 <const name =" PHPUNIT_DB_PASSWORD" value =" " />
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments