Skip to content

Commit 02173de

Browse files
committed
#120 - Fix path of skipif.inc file
1 parent 8fcbd41 commit 02173de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/functions/parameter-types/int.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
Parameter type 'int'
33
--SKIPIF--
4-
<?php include(__DIR__ . '/../skipif.inc'); ?>
4+
<?php include(__DIR__ . '/../../skipif.inc'); ?>
55
--FILE--
66
<?php
77
$code =<<<ZEP

tests/functions/parameter-types/mixed.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
Parameter type 'mixed'
33
--SKIPIF--
4-
<?php include(__DIR__ . '/../skipif.inc'); ?>
4+
<?php include(__DIR__ . '/../../skipif.inc'); ?>
55
--FILE--
66
<?php
77
$code =<<<ZEP

tests/functions/return-types/int.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
Function definition with mandatory return type
33
--SKIPIF--
4-
<?php include(__DIR__ . '/../skipif.inc'); ?>
4+
<?php include(__DIR__ . '/../../skipif.inc'); ?>
55
--FILE--
66
<?php
77
$code =<<<ZEP

tests/functions/return-types/mixed.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
Function definition with void
33
--SKIPIF--
4-
<?php include(__DIR__ . '/../skipif.inc'); ?>
4+
<?php include(__DIR__ . '/../../skipif.inc'); ?>
55
--FILE--
66
<?php
77
$code =<<<ZEP

0 commit comments

Comments
 (0)