File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ class UrlGeneratorTest extends TestCase
1010{
1111 public function testGenerate ()
1212 {
13- $ urlGenerator = new UrlGenerator (new class extends AbstractAction {
13+ $ urlGenerator = new UrlGenerator (new class extends AbstractAction
14+ {
1415 public function getEndpoint (): string
1516 {
1617 return 'search/ ' ;
@@ -33,7 +34,8 @@ public function getParameters(): array
3334
3435 public function testSetAction ()
3536 {
36- $ urlGenerator = new UrlGenerator (new class extends AbstractAction {
37+ $ urlGenerator = new UrlGenerator (new class extends AbstractAction
38+ {
3739 public function getEndpoint (): string
3840 {
3941 return 'endpoint/ ' ;
@@ -52,7 +54,8 @@ public function getParameters(): array
5254 $ urlGenerator ->generate ()
5355 );
5456
55- $ urlGenerator ->setAction (new class extends AbstractAction {
57+ $ urlGenerator ->setAction (new class extends AbstractAction
58+ {
5659 public function getEndpoint (): string
5760 {
5861 return 'endpoint/ ' ;
You can’t perform that action at this time.
0 commit comments