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 5f420a0 commit 20a9126Copy full SHA for 20a9126
Tests/ConfigCacheTest.php
@@ -22,7 +22,7 @@ class ConfigCacheTest extends \PHPUnit_Framework_TestCase
22
23
private $metaFile = null;
24
25
- public function setUp()
+ protected function setUp()
26
{
27
$this->resourceFile = tempnam(sys_get_temp_dir(), '_resource');
28
$this->cacheFile = tempnam(sys_get_temp_dir(), 'config_');
@@ -32,7 +32,7 @@ public function setUp()
32
$this->generateMetaFile();
33
}
34
35
- public function tearDown()
+ protected function tearDown()
36
37
$files = array($this->cacheFile, $this->metaFile, $this->resourceFile);
38
0 commit comments