Skip to content

Commit 5d69a0d

Browse files
Migrated configuration
1 parent 1caa2f5 commit 5d69a0d

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

phpunit.xml

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
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-
colors="true"
6-
stopOnFailure="false"
7-
>
8-
<testsuites>
9-
<testsuite name="all">
10-
<directory suffix="Test.php">tests</directory>
11-
</testsuite>
12-
</testsuites>
13-
<coverage processUncoveredFiles="true">
14-
<include>
15-
<directory suffix=".php">tests</directory>
16-
</include>
17-
</coverage>
18-
<php>
19-
<env name="ARANGODB_VERSION" value="3.12"/>
20-
</php>
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" stopOnFailure="false" cacheDirectory=".phpunit.cache">
3+
<testsuites>
4+
<testsuite name="all">
5+
<directory suffix="Test.php">tests</directory>
6+
</testsuite>
7+
</testsuites>
8+
<php>
9+
<env name="ARANGODB_VERSION" value="3.12"/>
10+
</php>
11+
<source>
12+
<include>
13+
<directory suffix=".php">tests</directory>
14+
</include>
15+
</source>
2116
</phpunit>

0 commit comments

Comments
 (0)