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 7bcb667 commit d6ae518Copy full SHA for d6ae518
test/ApplicationTest.php
@@ -29,7 +29,7 @@ public function testEventListenersFromLocalAndWorkshopConfigAreMerged(): void
29
]
30
31
];
32
- FRAME;
+FRAME;
33
34
$localFileContent = <<<'LOCAL'
35
<?php return [
@@ -39,7 +39,7 @@ public function testEventListenersFromLocalAndWorkshopConfigAreMerged(): void
39
40
41
42
- LOCAL;
+LOCAL;
43
44
$localFile = $this->getTemporaryFile(uniqid($this->getName(), true), $localFileContent);
45
$frameworkFile = $this->getTemporaryFile(uniqid($this->getName(), true), $frameworkFileContent);
0 commit comments