Browse Source

Make test comments more consistent.

mark_story 10 years ago
parent
commit
3b993c7c06

+ 1 - 1
tests/TestCase/Cache/Engine/ApcEngineTest.php

@@ -288,7 +288,7 @@ class ApcEngineTest extends TestCase
     }
 
     /**
-     * Test that failed add write return false.
+     * Test add
      *
      * @return void
      */

+ 1 - 1
tests/TestCase/Cache/Engine/MemcachedEngineTest.php

@@ -918,7 +918,7 @@ class MemcachedEngineTest extends TestCase
     }
 
     /**
-     * Test that failed add write return false.
+     * Test add
      *
      * @return void
      */

+ 1 - 1
tests/TestCase/Cache/Engine/RedisEngineTest.php

@@ -412,7 +412,7 @@ class RedisEngineTest extends TestCase
     }
 
     /**
-     * Test that failed add write return false.
+     * Test add
      *
      * @return void
      */