Skip to content

Commit

Permalink
Modernize code base
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Oct 2, 2023
1 parent 1ac19e1 commit 6aabf61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/application/tests/Controller/TeamListControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

class TeamListControllerTest extends WebTestCase
final class TeamListControllerTest extends WebTestCase
{
public function testGenerateController()
public function testGenerateController(): void
{
$client = static::createClient();
$client->request('GET', '/soccer-calendar/');
Expand Down

0 comments on commit 6aabf61

Please sign in to comment.