Skip to content

Commit

Permalink
Apply PHP-CS-Fixer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Coderberg committed Aug 11, 2023
1 parent 49d7ab6 commit f718d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/Controller/DefaultControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function testSecureUrls(string $url): void
*/
public function testMenuItems(string $url): void
{
$client = DefaultControllerTest::createClient();
$client = self::createClient();
$crawler = $client->request('GET', '/');
$link = $crawler->filter(sprintf('a[href="%s"]', $url))->link();
$urlFound = $link->getUri();
Expand Down

0 comments on commit f718d2e

Please sign in to comment.