Skip to content

Commit 07954ac

Browse files
committed
#137 - Correct tests names
1 parent faae099 commit 07954ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/functions/return-types/int.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Function definition with mandatory return type
2+
Function definition with `int` return type
33
--SKIPIF--
44
<?php include(__DIR__ . '/../../skipif.inc'); ?>
55
--FILE--

tests/functions/return-types/mixed.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Function definition with void
2+
Function definition with `mixed` return type
33
--SKIPIF--
44
<?php include(__DIR__ . '/../../skipif.inc'); ?>
55
--FILE--

0 commit comments

Comments
 (0)