Skip to content

Commit 8e6fad5

Browse files
committed
modify test file
1 parent 2b8de4b commit 8e6fad5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ public static function sayHello()
1616
{
1717
}
1818

19-
public function printTxt($txt = '')
19+
static public function printTxt($txt = '')
2020
{
2121
}
2222
}
23+
24+
25+
$a = new TestPrice();
26+
echo "a".PHP_EOL;

0 commit comments

Comments
 (0)