mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX Allowing actions related to coverage tests
This commit is contained in:
parent
4f42b2e773
commit
b65dff0fbe
@ -37,25 +37,25 @@ class TestRunner extends Controller {
|
||||
'module/$ModuleName' => 'module',
|
||||
'all' => 'all',
|
||||
'build' => 'build',
|
||||
'$TestCase' => 'only',
|
||||
'$TestCase' => 'only'
|
||||
);
|
||||
|
||||
static $allowed_actions = array(
|
||||
'index',
|
||||
'browse',
|
||||
'coverage',
|
||||
'coverageOnly',
|
||||
'startsession',
|
||||
'endsession',
|
||||
'cleanupdb',
|
||||
'module',
|
||||
'all',
|
||||
'build',
|
||||
'only'
|
||||
'index',
|
||||
'browse',
|
||||
'coverage',
|
||||
'coverageAll',
|
||||
'coverageModule',
|
||||
'coverageOnly',
|
||||
'startsession',
|
||||
'endsession',
|
||||
'cleanupdb',
|
||||
'module',
|
||||
'all',
|
||||
'build',
|
||||
'only'
|
||||
);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @var Array Blacklist certain directories for the coverage report.
|
||||
* Filepaths are relative to the webroot, without leading slash.
|
||||
|
Loading…
Reference in New Issue
Block a user