Skip to content

Commit

Permalink
Make test comments more consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 10, 2015
1 parent 5def360 commit 3b993c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/TestCase/Cache/Engine/ApcEngineTest.php
Expand Up @@ -288,7 +288,7 @@ public function testGroupClear()
}

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

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

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

0 comments on commit 3b993c7

Please sign in to comment.