From: Christian Weiske Date: Sat, 21 Aug 2010 23:33:58 +0000 (+0200) Subject: remove unneeded code X-Git-Tag: v0.98.0~221^2~1 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b243ecd53f82b3559980ce31d84a59554eb5b8f5;p=semanticscuttle.git remove unneeded code --- diff --git a/tests/TagsCacheTest.php b/tests/TagsCacheTest.php index 9097bcb..84f4ec0 100644 --- a/tests/TagsCacheTest.php +++ b/tests/TagsCacheTest.php @@ -54,9 +54,6 @@ class TagsCacheTest extends PHPUnit_Framework_TestCase protected function setUp() { - global $dbhost, $dbuser, $dbpass, $dbname, $dbport, $dbpersist, $dbtype, $tableprefix, $TEMPLATES_DIR, $debugMode; - require_once dirname(__FILE__) . '/../src/SemanticScuttle/header.php'; - $this->us =SemanticScuttle_Service_Factory::get('User'); $this->bs =SemanticScuttle_Service_Factory::get('Bookmark'); $this->bs->deleteAll();