diff options
Diffstat (limited to 'tests/prepare.php')
-rw-r--r-- | tests/prepare.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/prepare.php b/tests/prepare.php index 095cf36..5cdcfcc 100644 --- a/tests/prepare.php +++ b/tests/prepare.php @@ -1,5 +1,19 @@ <?php /** + * SemanticScuttle - your social bookmark manager. + * + * PHP version 5. + * + * @category Bookmarking + * @package SemanticScuttle + * @author Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net> + * @author Christian Weiske <cweiske@cweiske.de> + * @author Eric Dane <ericdane@users.sourceforge.net> + * @license GPL http://www.gnu.org/licenses/gpl.html + * @link http://sourceforge.net/projects/semanticscuttle + */ + +/** * Prepare the application for unit testing */ $_SERVER['HTTP_HOST'] = 'http://localhost/'; |