Skip to content

Commit 05f5764

Browse files
committed
Add End2EndPhpt test suite to legacy configuration
1 parent 494e04b commit 05f5764

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit-lte9.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<directory>./src/Standards/Squiz/Tests/</directory>
2626
<directory>./src/Standards/Zend/Tests/</directory>
2727
</testsuite>
28+
<testsuite name="End2EndPhpt">
29+
<directory suffix=".phpt">tests/EndToEndPhpt/</directory>
30+
</testsuite>
2831
</testsuites>
2932

3033
<groups>

0 commit comments

Comments
 (0)