function ExtensionInstallStorageTest::providerTestProfileDeprecation
Data provider for ::testProfileDeprecation
File
-
core/
tests/ Drupal/ Tests/ Core/ Config/ ExtensionInstallStorageTest.php, line 39
Class
- ExtensionInstallStorageTest
- Tests the Config.
Namespace
Drupal\Tests\Core\ConfigCode
public function providerTestProfileDeprecation() {
return [
'null profile' => [
NULL,
],
'test profile' => [
'test',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.