1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-11 17:51:02 +00:00

No class level route annotations

This commit is contained in:
Yassine Guedidi 2025-03-18 01:22:55 +01:00
parent 1393f78005
commit c20f37975b
4 changed files with 11 additions and 15 deletions

View file

@ -11,7 +11,7 @@ class IgnoreOriginInstanceRuleControllerTest extends WallabagTestCase
$this->logInAs('admin');
$client = $this->getTestClient();
$crawler = $client->request('GET', '/ignore-origin-instance-rules/');
$crawler = $client->request('GET', '/ignore-origin-instance-rules');
$this->assertSame(200, $client->getResponse()->getStatusCode());