We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a6e57 commit 44af989Copy full SHA for 44af989
src/tests/unit/PhpUtilsTest.php
@@ -21,7 +21,7 @@ public function testImportFromFile(): void {
21
$this->assertEqualsIgnoreNewLines($script, PhpUtils::importFromFile('importTest', 'html'));
22
}
23
24
- public function getParsed() {
+ public function testGetParsed() {
25
$variable = 'Hello World !';
26
$template = "---created---"
27
."console.log('{{ variable }}');"
0 commit comments