Skip to content

Commit

Permalink
Merge pull request #7207 from ravage84/2.8-testadd
Browse files Browse the repository at this point in the history
Correct title of testAdd methods
  • Loading branch information
markstory committed Aug 10, 2015
2 parents 67585d6 + 4330335 commit 6fae3f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Cache/Engine/ApcEngineTest.php
Expand Up @@ -275,7 +275,7 @@ public function testGroupClear() {
}

/**
* Test that failed add write return false.
* Test add method.
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Cache/Engine/FileEngineTest.php
Expand Up @@ -551,7 +551,7 @@ public function testGroupClearNoPrefix() {
}

/**
* Test that failed add write return false.
* Test add method.
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Cache/Engine/MemcachedEngineTest.php
Expand Up @@ -799,7 +799,7 @@ public function testGroupClear() {
}

/**
* Test that failed add write return false.
* Test add method.
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Cache/Engine/RedisEngineTest.php
Expand Up @@ -382,7 +382,7 @@ public function testGroupClear() {
}

/**
* Test that failed add write return false.
* Test add method.
*
* @return void
*/
Expand Down

0 comments on commit 6fae3f6

Please sign in to comment.