Correct title of testAdd methods

This commit is contained in:
Marc Würth 2015-08-10 12:06:19 +02:00
parent 67585d6fe1
commit 4330335940
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
*/