Skip to content

Commit e3cc7e2

Browse files
author
Chris Wright
committed
Fix refs to incorrect skipif.inc path
1 parent 679fdc2 commit e3cc7e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/iterator_005_bc.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
APC compat: APCIterator delete
33
--SKIPIF--
4-
<?php require_once(dirname(__FILE__) . '/bc_skipif.inc'); ?>
4+
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
55
--INI--
66
apc.enabled=1
77
apc.enable_cli=1

tests/iterator_008_bc.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
APC compat: APCIterator general
33
--SKIPIF--
4-
<?php require_once(dirname(__FILE__) . '/bc_skipif.inc'); ?>
4+
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
55
--INI--
66
apc.enabled=1
77
apc.enable_cli=1

0 commit comments

Comments
 (0)