public function ThemeSettingsFormTest::providerTestFormSettingsSubmissionHandler in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php \Drupal\Tests\system\FunctionalJavascript\ThemeSettingsFormTest::providerTestFormSettingsSubmissionHandler()
Provides test data for ::testFormSettingsSubmissionHandler().
File
- core/
modules/ system/ tests/ src/ FunctionalJavascript/ ThemeSettingsFormTest.php, line 76
Class
- ThemeSettingsFormTest
- Tests that theme form settings works correctly.
Namespace
Drupal\Tests\system\FunctionalJavascriptCode
public function providerTestFormSettingsSubmissionHandler() {
return [
'test theme.theme' => [
'test_theme_theme',
],
'test theme-settings.php' => [
'test_theme_settings',
],
];
}