Skip to content

Commit

Permalink
Update WebTestCase to be compatible with Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
stof authored Oct 21, 2024
1 parent 4907baf commit c513fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/WebTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ protected function deleteTmpDir()
$fs->remove($dir);
}

protected static function getContainer(): ContainerInterface
protected static function getContainer(): Container
{
if (!static::$kernel) {
static::$kernel = static::createKernel();
Expand Down

0 comments on commit c513fbf

Please sign in to comment.