summaryrefslogtreecommitdiffstatshomepage
path: root/tests/ajax/GetAdminTagsTest.php
diff options
context:
space:
mode:
authorGravatar Christian Weiske2011-04-12 09:29:59 +0200
committerGravatar Christian Weiske2011-04-12 09:29:59 +0200
commitbdebe6598c52a74f7040e3a11198b3554fa58f54 (patch)
tree9f9c2c6f79a4a76adb8371bd5bc5fd90108eae0f /tests/ajax/GetAdminTagsTest.php
parent90f29d6e671f4c24f75bdc4774f223c53bf0a46c (diff)
downloadscuttle-bdebe6598c52a74f7040e3a11198b3554fa58f54.tar.gz
scuttle-bdebe6598c52a74f7040e3a11198b3554fa58f54.zip
use bootstrap file declared in phpunit.xml and do not include it in every single test file. also get rid of the PHPUnit_MAIN_METHOD declarations since using phpunit directly is preferred
Diffstat (limited to 'tests/ajax/GetAdminTagsTest.php')
-rw-r--r--tests/ajax/GetAdminTagsTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ajax/GetAdminTagsTest.php b/tests/ajax/GetAdminTagsTest.php
index 80d702f..8bf8a83 100644
--- a/tests/ajax/GetAdminTagsTest.php
+++ b/tests/ajax/GetAdminTagsTest.php
@@ -12,8 +12,6 @@
* @license GPL http://www.gnu.org/licenses/gpl.html
* @link http://sourceforge.net/projects/semanticscuttle
*/
-
-require_once dirname(__FILE__) . '/../prepare.php';
require_once 'HTTP/Request2.php';
/**