summaryrefslogtreecommitdiff
path: root/ext/imap/tests/imap_fetchheader_basic.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fix parallel testing for IMAPGeorge Peter Banyard2020-11-041-2/+0
| | | | | | | The script for the clean section was missing the $ Meta-character to only delete the default mailbox when it's an exact match. Reinstore parallel testing for more tests.
* Make all IMAP fetch*() tests conflict with the default mailboxGeorge Peter Banyard2020-11-031-0/+2
|
* Modernize IMAP testsGeorge Peter Banyard2020-11-031-5/+6
| | | | | | | | Use constants when appropriate, drop some ouputs which depends on env vars Enable parallel testing. Closes GH-6380
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-241-5/+0
| | | | Closes GH-5759
* Reindent phpt filesNikita Popov2020-02-031-7/+7
|
* Clean DONE tags from testsFabien Villepinte2019-11-071-2/+0
| | | | | | | Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872.
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-3/+3
|
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-2/+2
|
* IMPA fetchheader testsZoe Slattery2009-01-231-0/+83