this does need to be at the top, but not double star started...

This commit is contained in:
Shish 2009-08-19 04:57:24 +01:00
parent cc07077621
commit fc28b7a663

View File

@ -1,4 +1,11 @@
<?php
/*
* Name: SimpleTest integration
* Author: Shish <webmaster@shishnet.org>
* 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 <webmaster@shishnet.org>
* License: GPLv2
* Description: adds unit testing to SCore
*/
class SimpleSCoreTest extends SimpleExtension {
public function onPageRequest($event) {
global $page;