cakephp2-php8/lib/Cake/Test/Case/Cache
Rachman Chavik 03e5207aa1 Fix: write() after clearGroup() does not actually write to file
Although clearGroup() does not use $this->_File, it needs to be null-ed
so that subsequent write() call do not see stale object.
2013-04-26 14:43:36 +07:00
..
Engine Fix: write() after clearGroup() does not actually write to file 2013-04-26 14:43:36 +07:00
CacheTest.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00