From: cweiske Date: Mon, 2 Nov 2009 09:35:12 +0000 (+0000) Subject: enable voting in voting tests X-Git-Tag: v0.97~205 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b569921136030a5030731abe2c9e4b8d0712a249;p=semanticscuttle.git enable voting in voting tests git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@492 b3834d28-1941-0410-a4f8-b48e95affb8f --- 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();