@@ -48,7 +48,7 @@ |
||
| 48 | 48 | |
| 49 | 49 | public function testProcess(): void |
| 50 | 50 | { |
| 51 | - $this->serviceManager->addMethodCall('addSitemap', Argument::that(static function ($args) { |
|
| 51 | + $this->serviceManager->addMethodCall('addSitemap', Argument::that(static function($args) { |
|
| 52 | 52 | return 'acme.sitemap' === $args[0] && $args[1] instanceof Reference; |
| 53 | 53 | })) |
| 54 | 54 | ->shouldBeCalled() |