File tree 2 files changed +10
-10
lines changed 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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
- colors =" true"
6
- >
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.2/phpunit.xsd" bootstrap =" vendor/autoload.php"
4
+ colors =" true" >
7
5
<testsuites >
8
6
<testsuite name =" Test Suite" >
9
7
<directory suffix =" Test.php" >./tests</directory >
10
8
</testsuite >
11
9
</testsuites >
12
- <coverage >
13
- <include >
14
- <directory suffix =" .php" >./src</directory >
15
- </include >
16
- </coverage >
10
+ <coverage />
17
11
<php >
18
12
<env name =" APP_ENV" value =" test" />
19
13
<env name =" KERNEL_CLASS" value =" SergiX44\NutgramBundle\Tests\Fixtures\AppKernel" />
20
14
<env name =" TELEGRAM_TOKEN" value =" 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11" />
21
15
</php >
16
+ <source >
17
+ <include >
18
+ <directory suffix =" .php" >./src</directory >
19
+ </include >
20
+ </source >
22
21
</phpunit >
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ nutgram:
12
12
botName : ' EEE'
13
13
testEnv : true
14
14
pollingTimeout : 123
15
- pollingLimit : 456
15
+ pollingLimit : 456
16
+ enableHttp2 : true
You can’t perform that action at this time.
0 commit comments