aboutsummaryrefslogtreecommitdiff
path: root/tests/UserArrayTest.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-04-12 09:29:59 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-04-12 09:29:59 +0200
commitbdebe6598c52a74f7040e3a11198b3554fa58f54 (patch)
tree9f9c2c6f79a4a76adb8371bd5bc5fd90108eae0f /tests/UserArrayTest.php
parent90f29d6e671f4c24f75bdc4774f223c53bf0a46c (diff)
downloadsemanticscuttle-bdebe6598c52a74f7040e3a11198b3554fa58f54.tar.gz
semanticscuttle-bdebe6598c52a74f7040e3a11198b3554fa58f54.tar.bz2
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/UserArrayTest.php')
-rw-r--r--tests/UserArrayTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/UserArrayTest.php b/tests/UserArrayTest.php
index cb53f15..a60e37f 100644
--- a/tests/UserArrayTest.php
+++ b/tests/UserArrayTest.php
@@ -11,8 +11,6 @@
* @link http://sourceforge.net/projects/semanticscuttle
*/
-require_once 'prepare.php';
-
/**
* Unit tests for the SemanticScuttle user array model.
*