From 3f340acd2ba93c678829d8bf0632f7e8121d13b3 Mon Sep 17 00:00:00 2001 From: cweiske Date: Mon, 26 Oct 2009 06:39:59 +0000 Subject: add eric and ben as authors git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@429 b3834d28-1941-0410-a4f8-b48e95affb8f --- tests/AllTests.php | 43 +++++++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 10 deletions(-) (limited to 'tests/AllTests.php') diff --git a/tests/AllTests.php b/tests/AllTests.php index c6b9057..234e21d 100644 --- a/tests/AllTests.php +++ b/tests/AllTests.php @@ -1,14 +1,17 @@ + * @author Christian Weiske + * @author Eric Dane + * @license GPL http://www.gnu.org/licenses/gpl.html + * @link http://sourceforge.net/projects/semanticscuttle + */ if (!defined('PHPUnit_MAIN_METHOD')) { define('PHPUnit_MAIN_METHOD', 'AllTests::main'); } @@ -16,6 +19,26 @@ if (!defined('PHPUnit_MAIN_METHOD')) { require_once 'prepare.php'; require_once 'PHPUnit/Framework/TestSuite.php'; +/** + * SemanticScuttle unit tests. + * + * To launch this tests, you need PHPUnit 3. + * Run them with: + * $ php tests/AllTests.php + * or single files like: + * $ php tests/BookmarkTest.php + * + * You also may use phpunit directly: + * $ phpunit tests/AllTests.php + * + * @category Bookmarking + * @package SemanticScuttle + * @author Benjamin Huynh-Kim-Bang + * @author Christian Weiske + * @author Eric Dane + * @license GPL http://www.gnu.org/licenses/gpl.html + * @link http://sourceforge.net/projects/semanticscuttle + */ class AllTests extends PHPUnit_Framework_TestSuite { public static function main() -- cgit v1.2.3