We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba469b7 commit 2940b7dCopy full SHA for 2940b7d
Tests/CacheWarmer/TemplatePathsCacheWarmerTest.php
@@ -35,7 +35,7 @@ class TemplatePathsCacheWarmerTest extends TestCase
35
36
private $tmpDir;
37
38
- public function setUp()
+ protected function setUp()
39
{
40
$this->templateFinder = $this
41
->getMockBuilder(TemplateFinderInterface::class)
@@ -56,7 +56,7 @@ public function setUp()
56
$this->filesystem->mkdir($this->tmpDir);
57
}
58
59
- public function tearDown()
+ protected function tearDown()
60
61
$this->filesystem->remove($this->tmpDir);
62
0 commit comments