-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Marcus edited this page Apr 29, 2016
·
1 revision
For SS3.0 support
diff --git _config/dev.yml _config/dev.yml
index b215198..3c5b89a 100644
--- _config/dev.yml
+++ _config/dev.yml
@@ -8,4 +8,8 @@ DevelopmentAdmin:
controller: 'ParameterisedTestRunner'
links:
tests: 'See a list of unit tests to run'
- 'tests/all': 'Run all tests'
\ No newline at end of file
+ 'tests/all': 'Run all tests'
+
+Director:
+ rules:
+ dev: ParameterisedDevelopmentController
\ No newline at end of file
diff --git code/ParameterisedTestRunner.php code/ParameterisedTestRunner.php
index c3bd2b1..e7ecbcb 100644
--- code/ParameterisedTestRunner.php
+++ code/ParameterisedTestRunner.php
@@ -9,9 +9,9 @@
class ParameterisedTestRunner extends TestRunner
{
// overridden on the base due to private declaration in TestRunner
- private static $default_reporter;
+ public static $default_reporter;
- private static $allowed_actions = array(
+ public static $allowed_actions = array(
'module',
'only',
'coverage/module/$ModuleName' => 'coverageModule',