Skip to content

Commit a2868d4

Browse files
committed
Migrate phpunit xml
1 parent 3228ab6 commit a2868d4

File tree

1 file changed

+7
-27
lines changed

1 file changed

+7
-27
lines changed

Diff for: phpunit.xml.dist

+7-27
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,13 @@
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-
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>
244
<testsuite name="Telegram Bot SDK Laravel Test Suite">
25-
<directory suffix=".php">tests</directory>
5+
<directory suffix=".php">tests</directory>
266
</testsuite>
27-
</testsuites>
28-
<coverage>
7+
</testsuites>
8+
<coverage>
299
<include>
30-
<directory suffix=".php">src</directory>
10+
<directory suffix=".php">src</directory>
3111
</include>
32-
</coverage>
12+
</coverage>
3313
</phpunit>

0 commit comments

Comments
 (0)