diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2020-12-01 11:34:09 +0300 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2020-12-01 11:34:09 +0300 |
| commit | 4959c60524c9add7a3bc61179e75d476d9ab0501 (patch) | |
| tree | be3d1226ed701b1f93592d1bb93229f52d8b1904 /ext/imap/tests | |
| parent | 31eafedf2eb37149cfbca228a757dbb8ce74e5ce (diff) | |
| download | php-git-4959c60524c9add7a3bc61179e75d476d9ab0501.tar.gz | |
Fixed incorrect "skipif.inc" include
Diffstat (limited to 'ext/imap/tests')
| -rw-r--r-- | ext/imap/tests/bug80438.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/tests/bug80438.phpt b/ext/imap/tests/bug80438.phpt index ea35f01a7b..12a1416a7e 100644 --- a/ext/imap/tests/bug80438.phpt +++ b/ext/imap/tests/bug80438.phpt @@ -2,7 +2,7 @@ Bug #80438: imap_msgno() incorrectly warns and return false on valid UIDs in PHP 8.0.0 --SKIPIF-- <?php -require_once(__DIR__.'/setup/skipif.inc'); +require_once(__DIR__.'/skipif.inc'); ?> --FILE-- <?php |
