function StorageReplaceDataWrapperTest::providerCollections
Data provider for testing different collections.
Return value
array Returns an array of collection names.
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ StorageReplaceDataWrapperTest.php, line 86
Class
- StorageReplaceDataWrapperTest
- Tests StorageReplaceDataWrapper operations.
Namespace
Drupal\KernelTests\Core\Config\StorageCode
public function providerCollections() {
return [
[
StorageInterface::DEFAULT_COLLECTION,
],
[
'foo.bar',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.