aboutsummaryrefslogtreecommitdiff
path: root/tests/VoteTest.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-24 09:05:05 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-24 09:05:05 +0000
commit1cf13746273dc0070813e79c90f49d3e6997319f (patch)
tree898d2701eb35b964fe511777ac14684b6002236c /tests/VoteTest.php
parentffa24d7fa5a34bc4f8ed8ceabc6382e120c2a9b8 (diff)
downloadsemanticscuttle-1cf13746273dc0070813e79c90f49d3e6997319f.tar.gz
semanticscuttle-1cf13746273dc0070813e79c90f49d3e6997319f.tar.bz2
clear votes table before testing votes
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@403 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests/VoteTest.php')
-rw-r--r--tests/VoteTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/VoteTest.php b/tests/VoteTest.php
index 90fae48..0196071 100644
--- a/tests/VoteTest.php
+++ b/tests/VoteTest.php
@@ -57,6 +57,7 @@ class VoteTest extends PHPUnit_Framework_TestCase
{
//FIXME: create true new instance
$this->vs = SemanticScuttle_Service_Factory::get('Vote');
+ $this->vs->deleteAll();
}