mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Migrated to PHPUnit mocks in RobotsActionTest
This commit is contained in:
@@ -17,7 +17,7 @@ use const PHP_EOL;
|
||||
|
||||
class RobotsAction implements RequestHandlerInterface, StatusCodeInterface
|
||||
{
|
||||
public function __construct(private CrawlingHelperInterface $crawlingHelper)
|
||||
public function __construct(private readonly CrawlingHelperInterface $crawlingHelper)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user