aboutsummaryrefslogtreecommitdiff
path: root/tests/VoteTest.php
diff options
context:
space:
mode:
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();
}