diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-09-26 22:29:51 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-09-26 22:29:51 +0000 |
commit | eb105d379bc2283e2bf2ea33bf455ec9caf5c7ee (patch) | |
tree | 1fdcf07f866786ea152ab132b875a39dcbb43d1a /tests | |
parent | 84224c32948fb80f64c26d0d84834a1c13ef7710 (diff) | |
download | semanticscuttle-eb105d379bc2283e2bf2ea33bf455ec9caf5c7ee.tar.gz semanticscuttle-eb105d379bc2283e2bf2ea33bf455ec9caf5c7ee.tar.bz2 |
tell which test covers which method
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@756 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests')
-rw-r--r-- | tests/SearchHistoryTest.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/SearchHistoryTest.php b/tests/SearchHistoryTest.php index f140063..53d0451 100644 --- a/tests/SearchHistoryTest.php +++ b/tests/SearchHistoryTest.php @@ -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() { |