Skip to content

Commit 31c74aa

Browse files
committed
Use EXTENSIONS instead of SKIPIF section
1 parent 895185e commit 31c74aa

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

ext/ftp/tests/bug79100.phpt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
--TEST--
22
Bug #79100 (Wrong FTP error messages)
3-
--SKIPIF--
4-
<?php
5-
require 'skipif.inc';
6-
?>
3+
--EXTENSIONS--
4+
ftp
5+
pcntl
76
--FILE--
87
<?php
98
$bug79100 = true;
@@ -19,4 +18,4 @@ ftp_systype($ftp);
1918
bool(true)
2019
bool(true)
2120

22-
Warning: ftp_systype(): %rConnection|Operation%r timed out in %s on line %d
21+
Warning: ftp_systype(): %rConnection|Operation%r timed out in %s on line %d

0 commit comments

Comments
 (0)