aboutsummaryrefslogtreecommitdiff
path: root/tests/TagsCacheTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TagsCacheTest.php')
-rw-r--r--tests/TagsCacheTest.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/TagsCacheTest.php b/tests/TagsCacheTest.php
index 84f4ec0..94200dd 100644
--- a/tests/TagsCacheTest.php
+++ b/tests/TagsCacheTest.php
@@ -12,13 +12,12 @@
* @license GPL http://www.gnu.org/licenses/gpl.html
* @link http://sourceforge.net/projects/semanticscuttle
*/
-
-require_once 'prepare.php';
-
if (!defined('PHPUnit_MAIN_METHOD')) {
define('PHPUnit_MAIN_METHOD', 'TagsCacheTest::main');
}
+require_once 'prepare.php';
+
/**
* Unit tests for the SemanticScuttle tags cache service.
*