[ticket/454] Remove constants.php

B3P-454
This commit is contained in:
Marc Alexander
2015-02-01 01:54:44 +01:00
parent cbe947fba4
commit f1b77b1a2b
6 changed files with 13 additions and 33 deletions

View File

@@ -23,9 +23,6 @@ class helper_test extends \board3\portal\tests\testframework\test_case
parent::setUp();
define(B3_MODULE_DISABLED, 0);
define(B3_MODULE_ENABLED, 1);
$cache = $this->getMock('\phpbb\cache\driver', array('get', 'put'));
$this->auth = $this->getMock('\phpbb\auth\auth', array('acl_get'));
$this->auth->expects($this->any())