Skip to content

Commit 44af989

Browse files
committed
fix tests
1 parent c2a6e57 commit 44af989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/unit/PhpUtilsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function testImportFromFile(): void {
2121
$this->assertEqualsIgnoreNewLines($script, PhpUtils::importFromFile('importTest', 'html'));
2222
}
2323

24-
public function getParsed() {
24+
public function testGetParsed() {
2525
$variable = 'Hello World !';
2626
$template = "---created---"
2727
."console.log('{{ variable }}');"

0 commit comments

Comments
 (0)