enable voting in voting tests
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@492 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
cd3aa1415d
commit
b569921136
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ class VoteTest extends TestBase
|
||||||
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
|
$GLOBALS['enableVoting'] = true;
|
||||||
//FIXME: create true new instance
|
//FIXME: create true new instance
|
||||||
$this->vs = SemanticScuttle_Service_Factory::get('Vote');
|
$this->vs = SemanticScuttle_Service_Factory::get('Vote');
|
||||||
$this->vs->deleteAll();
|
$this->vs->deleteAll();
|
||||||
|
|
Loading…
Reference in a new issue