Skip to content

Commit

Permalink
Fixed failed test in extension skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
Frago9876543210 authored and nikic committed Aug 2, 2021
1 parent 6e91a82 commit 9fb93e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/skeleton/tests/003.phpt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--TEST--
%EXTNAME%_test2() Basic test
test2() Basic test
--EXTENSIONS--
%EXTNAME%
--FILE--
<?php
var_dump(%EXTNAME%_test2());
var_dump(%EXTNAME%_test2('PHP'));
var_dump(test2());
var_dump(test2('PHP'));
?>
--EXPECT--
string(11) "Hello World"
Expand Down

0 comments on commit 9fb93e8

Please sign in to comment.