|
|
@@ -246,6 +246,8 @@ class CacheTest extends CakeTestCase {
|
|
|
|
|
|
/**
|
|
|
* testGroupConfigs method
|
|
|
+ *
|
|
|
+ * @return void
|
|
|
*/
|
|
|
public function testGroupConfigs() {
|
|
|
Cache::config('latest', array(
|
|
|
@@ -299,7 +301,9 @@ class CacheTest extends CakeTestCase {
|
|
|
|
|
|
/**
|
|
|
* testGroupConfigsThrowsException method
|
|
|
+ *
|
|
|
* @expectedException CacheException
|
|
|
+ * @return void
|
|
|
*/
|
|
|
public function testGroupConfigsThrowsException() {
|
|
|
Cache::groupConfigs('bogus');
|