diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/VoteTest.php | 1 | 
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(); | 
