Skip to content

Commit

Permalink
#120 - Fix path of skipif.inc file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Sep 15, 2021
1 parent 8fcbd41 commit 02173de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/functions/parameter-types/int.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
Parameter type 'int'
--SKIPIF--
<?php include(__DIR__ . '/../skipif.inc'); ?>
<?php include(__DIR__ . '/../../skipif.inc'); ?>
--FILE--
<?php
$code =<<<ZEP
Expand Down
2 changes: 1 addition & 1 deletion tests/functions/parameter-types/mixed.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
Parameter type 'mixed'
--SKIPIF--
<?php include(__DIR__ . '/../skipif.inc'); ?>
<?php include(__DIR__ . '/../../skipif.inc'); ?>
--FILE--
<?php
$code =<<<ZEP
Expand Down
2 changes: 1 addition & 1 deletion tests/functions/return-types/int.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
Function definition with mandatory return type
--SKIPIF--
<?php include(__DIR__ . '/../skipif.inc'); ?>
<?php include(__DIR__ . '/../../skipif.inc'); ?>
--FILE--
<?php
$code =<<<ZEP
Expand Down
2 changes: 1 addition & 1 deletion tests/functions/return-types/mixed.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
Function definition with void
--SKIPIF--
<?php include(__DIR__ . '/../skipif.inc'); ?>
<?php include(__DIR__ . '/../../skipif.inc'); ?>
--FILE--
<?php
$code =<<<ZEP
Expand Down

0 comments on commit 02173de

Please sign in to comment.