protected function TestTextFormatConfiguration::configToModify in Configuration Management 7.2
Returns an array of configurations to modify and check for modifications.
Overrides ConfigurationHandlerBaseTestCase::configToModify
File
- tests/
handlers/ TestTextFormatConfiguration.test, line 33
Class
Code
protected function configToModify() {
return array(
'text_format.custom',
);
}