forked from Cavemanon/cavepaintings
requestcontext stuff is messy, go back to globals :(
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<?php
|
||||
#require_once('lib/simpletest/autorun.php');
|
||||
require_once('simpletest/web_tester.php');
|
||||
#require_once('simpletest/unit_tester.php'); # unit tests require shimmie to be running
|
||||
require_once('simpletest/reporter.php');
|
||||
|
||||
chdir("../../");
|
||||
require_once('config.php');
|
||||
|
||||
class SectionReporter extends TextReporter {
|
||||
@@ -11,7 +13,6 @@ class SectionReporter extends TextReporter {
|
||||
print "\n** $name\n";
|
||||
}
|
||||
}
|
||||
// }}} */
|
||||
|
||||
class AllTests extends TestSuite {
|
||||
function AllTests() {
|
||||
|
Reference in New Issue
Block a user