From b569921136030a5030731abe2c9e4b8d0712a249 Mon Sep 17 00:00:00 2001 From: cweiske Date: Mon, 2 Nov 2009 09:35:12 +0000 Subject: enable voting in voting tests git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@492 b3834d28-1941-0410-a4f8-b48e95affb8f --- tests/VoteTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/VoteTest.php b/tests/VoteTest.php index b9a859d..9d6d904 100644 --- a/tests/VoteTest.php +++ b/tests/VoteTest.php @@ -54,6 +54,7 @@ class VoteTest extends TestBase public function setUp() { + $GLOBALS['enableVoting'] = true; //FIXME: create true new instance $this->vs = SemanticScuttle_Service_Factory::get('Vote'); $this->vs->deleteAll(); -- cgit v1.2.3