From c1ab2c64c5345cfd2d385d5c67f84ccb0765260e Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 23 Sep 2019 16:56:29 +0200 Subject: [PATCH] [TwigBundle] typo --- .../Bundle/TwigBundle/Tests/Functional/EmptyAppTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }