function SettingsTest::providerTestRealDeprecatedSettings
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Core/Site/SettingsTest.php \Drupal\Tests\Core\Site\SettingsTest::providerTestRealDeprecatedSettings()
- 10 core/tests/Drupal/Tests/Core/Site/SettingsTest.php \Drupal\Tests\Core\Site\SettingsTest::providerTestRealDeprecatedSettings()
- 9 core/tests/Drupal/Tests/Core/Site/SettingsTest.php \Drupal\Tests\Core\Site\SettingsTest::providerTestRealDeprecatedSettings()
Provides data for testRealDeprecatedSettings().
File
-
core/
tests/ Drupal/ Tests/ Core/ Site/ SettingsTest.php, line 305
Class
Namespace
Drupal\Tests\Core\SiteCode
public static function providerTestRealDeprecatedSettings() : array {
return [
[
'',
'',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.