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 f07a7b9 commit 82c2e1eCopy full SHA for 82c2e1e
tests/Errors/Exceptions/TestErrorHandler.php
@@ -15,7 +15,7 @@ class TestErrorHandler extends \PHPUnit_Framework_TestCase {
15
private $traceFile = "";
16
17
protected function setUp(){
18
- SettingsCache::reset();
+ SettingsCache::getInstance()->reset();
19
20
$this->logFile = tempnam(sys_get_temp_dir(), "MOCK");
21
file_put_contents($this->logFile, '');
tests/Errors/Exceptions/TestException.php
@@ -14,7 +14,7 @@ class TestException extends \PHPUnit_Framework_TestCase {
14
//clear the file
0 commit comments