Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit e772149

Browse files
author
Petr Knap
committed
Improved work with phpunit.xml
1 parent e356a62 commit e772149

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

phpunit.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<phpunit bootstrap="./vendor/autoload.php">
22
<testsuites>
33
<testsuite>
4-
<directory suffix="Test.php">.</directory>
5-
<exclude>temp</exclude>
6-
<exclude>vendor</exclude>
4+
<directory suffix="Test.php">tests</directory>
75
</testsuite>
86
</testsuites>
97
</phpunit>

0 commit comments

Comments
 (0)