mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
MINOR File restructuring, grouping module-specific files and excluding them by default in order to make the module useful for testing basic core components
This commit is contained in:
parent
045117db1f
commit
796851cad0
@ -3,9 +3,10 @@
|
||||
Object::add_extension('Member', 'FrameworkTestRole');
|
||||
Object::add_extension('Member', 'FileUploadRole');
|
||||
|
||||
Object::add_extension('SiteConfig', 'CMSWorkflowSiteConfigDecorator');
|
||||
|
||||
CMSWorkflowSiteConfigDecorator::apply_active_config();
|
||||
if(class_exists('SiteTreeCMSWorkflow')) {
|
||||
Object::add_extension('SiteConfig', 'CMSWorkflowSiteConfigDecorator');
|
||||
CMSWorkflowSiteConfigDecorator::apply_active_config();
|
||||
}
|
||||
|
||||
Director::addRules(100, array(
|
||||
'dev/regress/$Action/$ID' => 'FrameworktestRegressSessionAdmin'
|
||||
|
0
code/cmsworkflow/_manifest_exclude
Normal file
0
code/cmsworkflow/_manifest_exclude
Normal file
0
code/multiform/_manifest_exclude
Normal file
0
code/multiform/_manifest_exclude
Normal file
0
code/recaptcha/_manifest_exclude
Normal file
0
code/recaptcha/_manifest_exclude
Normal file
0
code/tagfield/_manifest_exclude
Normal file
0
code/tagfield/_manifest_exclude
Normal file
Loading…
Reference in New Issue
Block a user