File tree 1 file changed +7
-27
lines changed
1 file changed +7
-27
lines changed Original file line number Diff line number Diff line change 1
1
<?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
- backupGlobals =" false"
5
- backupStaticAttributes =" false"
6
- bootstrap =" vendor/autoload.php"
7
- colors =" true"
8
- convertErrorsToExceptions =" true"
9
- convertNoticesToExceptions =" true"
10
- convertWarningsToExceptions =" true"
11
- processIsolation =" false"
12
- stopOnFailure =" false"
13
- executionOrder =" random"
14
- failOnWarning =" true"
15
- failOnRisky =" true"
16
- failOnEmptyTestSuite =" true"
17
- forceCoversAnnotation =" false"
18
- beStrictAboutCoversAnnotation =" false"
19
- beStrictAboutOutputDuringTests =" true"
20
- beStrictAboutTodoAnnotatedTests =" true"
21
- convertDeprecationsToExceptions =" true"
22
- verbose =" true" >
23
- <testsuites >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" backupGlobals =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" executionOrder =" random" failOnWarning =" true" failOnRisky =" true" failOnEmptyTestSuite =" true" beStrictAboutOutputDuringTests =" true" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" requireCoverageMetadata =" false" beStrictAboutCoverageMetadata =" false" >
3
+ <testsuites >
24
4
<testsuite name =" Telegram Bot SDK Laravel Test Suite" >
25
- <directory suffix =" .php" >tests</directory >
5
+ <directory suffix =" .php" >tests</directory >
26
6
</testsuite >
27
- </testsuites >
28
- <coverage >
7
+ </testsuites >
8
+ <coverage >
29
9
<include >
30
- <directory suffix =" .php" >src</directory >
10
+ <directory suffix =" .php" >src</directory >
31
11
</include >
32
- </coverage >
12
+ </coverage >
33
13
</phpunit >
You can’t perform that action at this time.
0 commit comments