From 1cf13746273dc0070813e79c90f49d3e6997319f Mon Sep 17 00:00:00 2001 From: cweiske Date: Sat, 24 Oct 2009 09:05:05 +0000 Subject: clear votes table before testing votes git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@403 b3834d28-1941-0410-a4f8-b48e95affb8f --- tests/VoteTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/VoteTest.php') 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(); } -- cgit v1.2.3-54-g00ecf