]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
tell which test covers which method
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 26 Sep 2010 22:29:51 +0000 (22:29 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 26 Sep 2010 22:29:51 +0000 (22:29 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@756 b3834d28-1941-0410-a4f8-b48e95affb8f

tests/SearchHistoryTest.php

index f140063a9215be88e43a7178ed800c65d9a15f6d..53d0451b8c4466af475f107591015fcf60b5aac9 100644 (file)
@@ -81,6 +81,8 @@ class SearchHistoryTest extends TestBase
 
     /**
      * Tests if adding searches to the database works
+     *
+     * @covers SemanticScuttle_Service_SearchHistory::addSearch
      */
     public function testAddSearch()
     {
@@ -94,6 +96,8 @@ class SearchHistoryTest extends TestBase
 
     /**
      * Tests if adding a search without terms should fail
+     *
+     * @covers SemanticScuttle_Service_SearchHistory::addSearch
      */
     public function testAddSearchNoTerms()
     {
@@ -153,6 +157,8 @@ class SearchHistoryTest extends TestBase
 
     /**
      * Deleting the oldest search without any historical searches
+     *
+     * @covers SemanticScuttle_Service_SearchHistory::deleteOldestSearch
      */
     public function testDeleteOldestSearchNone()
     {
@@ -163,6 +169,8 @@ class SearchHistoryTest extends TestBase
 
     /**
      * Test deleting the oldest search
+     *
+     * @covers SemanticScuttle_Service_SearchHistory::deleteOldestSearch
      */
     public function testDeleteOldestSearchSome()
     {