diff --git a/src/Symfony/Bundle/TwigBundle/Tests/Functional/EmptyAppTest.php b/src/Symfony/Bundle/TwigBundle/Tests/Functional/EmptyAppTest.php index 8c993ffbf8..55851f1d69 100644 --- a/src/Symfony/Bundle/TwigBundle/Tests/Functional/EmptyAppTest.php +++ b/src/Symfony/Bundle/TwigBundle/Tests/Functional/EmptyAppTest.php @@ -30,12 +30,12 @@ class EmptyAppTest extends TestCase $this->assertNotEmpty($kernel->getContainer()->getParameter('twig.default_path')); } - protected function setUp() + protected function setUp(): void { $this->deleteTempDir(); } - protected function tearDown() + protected function tearDown(): void { $this->deleteTempDir(); }