diff options
Diffstat (limited to 'tests/VoteTest.php')
-rw-r--r-- | tests/VoteTest.php | 1 |
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(); } |