Merge pull request #7207 from ravage84/2.8-testadd

Correct title of testAdd methods
This commit is contained in:
Mark Story 2015-08-10 14:08:38 -04:00
commit 6fae3f6bd0
4 changed files with 4 additions and 4 deletions

View file

@ -275,7 +275,7 @@ class ApcEngineTest extends CakeTestCase {
}
/**
* Test that failed add write return false.
* Test add method.
*
* @return void
*/

View file

@ -551,7 +551,7 @@ class FileEngineTest extends CakeTestCase {
}
/**
* Test that failed add write return false.
* Test add method.
*
* @return void
*/

View file

@ -799,7 +799,7 @@ class MemcachedEngineTest extends CakeTestCase {
}
/**
* Test that failed add write return false.
* Test add method.
*
* @return void
*/

View file

@ -382,7 +382,7 @@ class RedisEngineTest extends CakeTestCase {
}
/**
* Test that failed add write return false.
* Test add method.
*
* @return void
*/