Skip to content

Commit 4959c60

Browse files
committed
Fixed incorrect "skipif.inc" include
1 parent 31eafed commit 4959c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/imap/tests/bug80438.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Bug #80438: imap_msgno() incorrectly warns and return false on valid UIDs in PHP 8.0.0
33
--SKIPIF--
44
<?php
5-
require_once(__DIR__.'/setup/skipif.inc');
5+
require_once(__DIR__.'/skipif.inc');
66
?>
77
--FILE--
88
<?php

0 commit comments

Comments
 (0)