diff options
Diffstat (limited to 'tests/unit/Caching/TAPCCacheTest.php')
| -rw-r--r-- | tests/unit/Caching/TAPCCacheTest.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/unit/Caching/TAPCCacheTest.php b/tests/unit/Caching/TAPCCacheTest.php index 84ff02ca..5c6779f0 100644 --- a/tests/unit/Caching/TAPCCacheTest.php +++ b/tests/unit/Caching/TAPCCacheTest.php @@ -33,7 +33,7 @@ class TAPCCacheTest extends PHPUnit_Framework_TestCase {  	protected function tearDown() {  		$this->app = null; -		$this->cache = null; +		self::$cache = null;  	}  	public function testInit() { | 
