Skip to content

Commit 3a8b37b

Browse files
PHPUnit Cleanup
1 parent 0146896 commit 3a8b37b

File tree

2 files changed

+14
-29
lines changed

2 files changed

+14
-29
lines changed

phpunit.xml

+14-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" bootstrap="vendor/autoload.php" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
3-
<testsuites>
4-
<testsuite name="Integration">
5-
<directory suffix="Test.php">./tests/Integration</directory>
6-
</testsuite>
7-
</testsuites>
8-
<php>
9-
<env name="DB_CONNECTION" value="testing"/>
10-
</php>
11-
</phpunit>
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
4+
bootstrap="vendor/autoload.php"
5+
colors="true"
6+
>
7+
<testsuites>
8+
<testsuite name="Integration">
9+
<directory suffix="Test.php">./tests/Integration</directory>
10+
</testsuite>
11+
</testsuites>
12+
<php>
13+
<env name="DB_CONNECTION" value="testing" />
14+
</php>
15+
</phpunit>

phpunit.xml.bak

-19
This file was deleted.

0 commit comments

Comments
 (0)