History log of /PHP-8.2/ext/imap/tests/setup/clean.inc (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c4646371 06-Nov-2020 George Peter Banyard

Stabalize IMAP parallel testing, again

Drive by clean-up
Use less the default mailbox again

# d17fae8a 04-Nov-2020 George Peter Banyard

Fix parallel testing for IMAP

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 t

Fix parallel testing for IMAP

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.

show more ...

# 06ddda22 03-Nov-2020 George Peter Banyard

Modernize IMAP tests

Use constants when appropriate, drop some ouputs which depends on env vars

Enable parallel testing.

Closes GH-6380