]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
remove unneeded code
authorChristian Weiske <cweiske@cweiske.de>
Sat, 21 Aug 2010 23:33:58 +0000 (01:33 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 21 Aug 2010 23:33:58 +0000 (01:33 +0200)
tests/TagsCacheTest.php

index 9097bcb66a9af3901c1ef88c1301cd3bc07892fc..84f4ec0916d9214b64d0c612a61fedb2d0e4f17e 100644 (file)
@@ -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();