Skip to content

Commit f2731f0

Browse files
committed
Local phpunit.xml removed and replaced by phpunit.xml.dist
1 parent d459561 commit f2731f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ composer.lock
33
.idea
44
/build/
55
test.php
6-
.phpunit.result.cache
6+
.phpunit.result.cache
7+
phpunit.xml

phpunit.xml phpunit.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<testsuites>
1414
<testsuite name="PHP-IMAP Test Suite">
1515
<directory>tests</directory>
16+
<directory>tests/issues</directory>
1617
</testsuite>
1718
</testsuites>
1819
<logging>

0 commit comments

Comments
 (0)