Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix parallel testing for IMAP | George Peter Banyard | 2020-11-04 | 1 | -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 mailbox | George Peter Banyard | 2020-11-03 | 1 | -0/+2 |
| | |||||
* | Modernize IMAP tests | George Peter Banyard | 2020-11-03 | 1 | -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 tests | Máté Kocsis | 2020-06-24 | 1 | -5/+0 |
| | | | | Closes GH-5759 | ||||
* | Reindent phpt files | Nikita Popov | 2020-02-03 | 1 | -7/+7 |
| | |||||
* | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 1 | -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 tests | Fabien Villepinte | 2019-03-15 | 1 | -3/+3 |
| | |||||
* | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 1 | -2/+2 |
| | |||||
* | IMPA fetchheader tests | Zoe Slattery | 2009-01-23 | 1 | -0/+83 |