aboutsummaryrefslogtreecommitdiff
path: root/tests/VoteTest.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-11-02 09:35:12 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-11-02 09:35:12 +0000
commitb569921136030a5030731abe2c9e4b8d0712a249 (patch)
tree98ced8d461f20a8dd820b5c4b683786502518f5c /tests/VoteTest.php
parentcd3aa1415d932fc6ebe9e8b1f37eff13ba590c1f (diff)
downloadsemanticscuttle-b569921136030a5030731abe2c9e4b8d0712a249.tar.gz
semanticscuttle-b569921136030a5030731abe2c9e4b8d0712a249.tar.bz2
enable voting in voting tests
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@492 b3834d28-1941-0410-a4f8-b48e95affb8f
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 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();