Skip to content

Commit 5dd76bb

Browse files
exaby73transistive
authored andcommitted
remove: Unit test config
1 parent 53b8731 commit 5dd76bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="./vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
33
<testsuites>
4-
<testsuite name="Unit tests">
5-
<directory suffix="Test.php">./tests/Unit</directory>
6-
</testsuite>
74
<testsuite name="Functional tests">
85
<directory suffix="Test.php">./tests/Functional</directory>
96
</testsuite>

0 commit comments

Comments
 (0)