History log of /PHP-8.1/ext/imap/tests/setup/clean.inc (Results 1 – 4 of 4)
Revision Date Author Comments
# 5aaffc80 01-Dec-2020 George Peter Banyard

Backport IMAP test modernization to PHP-8.0 branch

Closes GH-6476


# 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