Skip to content

Commit 9fb93e8

Browse files
Frago9876543210nikic
authored andcommitted
Fixed failed test in extension skeleton
1 parent 6e91a82 commit 9fb93e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/skeleton/tests/003.phpt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
--TEST--
2-
%EXTNAME%_test2() Basic test
2+
test2() Basic test
33
--EXTENSIONS--
44
%EXTNAME%
55
--FILE--
66
<?php
7-
var_dump(%EXTNAME%_test2());
8-
var_dump(%EXTNAME%_test2('PHP'));
7+
var_dump(test2());
8+
var_dump(test2('PHP'));
99
?>
1010
--EXPECT--
1111
string(11) "Hello World"

0 commit comments

Comments
 (0)