Skip to content

Commit b86e2f0

Browse files
committed
Move tests back to test
1 parent b5254c7 commit b86e2f0

File tree

7 files changed

+2
-7
lines changed

7 files changed

+2
-7
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,14 @@
55
stopOnFailure="false"
66
bootstrap="./vendor/autoload.php">
77
<testsuites>
8-
<testsuite name="PHPCfg Integration Tests">
8+
<testsuite name="PHPCfg Tests">
99
<directory>./test/</directory>
1010
</testsuite>
11-
<testsuite name="PHPCfg Unit Test Suite">
12-
<directory>./lib/</directory>
13-
</testsuite>
1411
</testsuites>
1512
<source>
1613
<include>
1714
<directory suffix=".php">./lib/</directory>
15+
<directory suffix=".php">./src/</directory>
1816
</include>
19-
<exclude>
20-
<directory suffix="Test.php">./lib/</directory>
21-
</exclude>
2217
</source>
2318
</phpunit>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)