[TwigBundle] typo

This commit is contained in:
Nicolas Grekas 2019-09-23 16:56:29 +02:00
parent 4ca6eea758
commit c1ab2c64c5

View File

@ -30,12 +30,12 @@ class EmptyAppTest extends TestCase
$this->assertNotEmpty($kernel->getContainer()->getParameter('twig.default_path')); $this->assertNotEmpty($kernel->getContainer()->getParameter('twig.default_path'));
} }
protected function setUp() protected function setUp(): void
{ {
$this->deleteTempDir(); $this->deleteTempDir();
} }
protected function tearDown() protected function tearDown(): void
{ {
$this->deleteTempDir(); $this->deleteTempDir();
} }