From b41d38e64c6cb3127f3c7bf8622e2587e854705e Mon Sep 17 00:00:00 2001 From: Shish Date: Wed, 19 Aug 2009 04:57:24 +0100 Subject: [PATCH] this does need to be at the top, but not double star started... --- contrib/simpletest/main.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/contrib/simpletest/main.php b/contrib/simpletest/main.php index f0de0566..7da534f5 100644 --- a/contrib/simpletest/main.php +++ b/contrib/simpletest/main.php @@ -1,4 +1,11 @@ + * License: GPLv2 + * Description: adds unit testing to SCore + */ + /** * \page unittests Unit Tests * @@ -188,12 +195,6 @@ class TestFinder extends TestSuite { } } -/** - * Name: SimpleTest integration - * Author: Shish - * License: GPLv2 - * Description: adds unit testing to SCore - */ class SimpleSCoreTest extends SimpleExtension { public function onPageRequest($event) { global $page;