We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d459561 commit f2731f0Copy full SHA for f2731f0
.gitignore
@@ -3,4 +3,5 @@ composer.lock
3
.idea
4
/build/
5
test.php
6
-.phpunit.result.cache
+.phpunit.result.cache
7
+phpunit.xml
phpunit.xml phpunit.xml.dist
@@ -13,6 +13,7 @@
13
<testsuites>
14
<testsuite name="PHP-IMAP Test Suite">
15
<directory>tests</directory>
16
+ <directory>tests/issues</directory>
17
</testsuite>
18
</testsuites>
19
<logging>
0 commit comments