aboutsummaryrefslogtreecommitdiff
path: root/tests/TagsCacheTest.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2010-08-22 01:33:58 +0200
committerChristian Weiske <cweiske@cweiske.de>2010-08-22 01:33:58 +0200
commitb243ecd53f82b3559980ce31d84a59554eb5b8f5 (patch)
tree3d147b67a36b3d19abce83a61cda6b9718f92852 /tests/TagsCacheTest.php
parent8fd5efb7c7fecf91ab850d2f5dfeced4b07e8562 (diff)
downloadsemanticscuttle-b243ecd53f82b3559980ce31d84a59554eb5b8f5.tar.gz
semanticscuttle-b243ecd53f82b3559980ce31d84a59554eb5b8f5.tar.bz2
remove unneeded code
Diffstat (limited to 'tests/TagsCacheTest.php')
-rw-r--r--tests/TagsCacheTest.php3
1 files changed, 0 insertions, 3 deletions
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();