You are here

public function NewFolderTest::getConf in IMCE 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/Plugin/ImcePlugin/NewFolderTest.php \Drupal\Tests\imce\Kernel\Plugin\ImcePlugin\NewFolderTest::getConf()

Get permissions settings.

Return value

array Return the array with permissions.

Overrides KernelTestBasePlugin::getConf

File

tests/src/Kernel/Plugin/ImcePlugin/NewFolderTest.php, line 81

Class

NewFolderTest
Kernel tests for Imce plugins for Imce Plugin NewFolder.

Namespace

Drupal\Tests\imce\Kernel\Plugin\ImcePlugin

Code

public function getConf() {
  return [
    'permissions' => [
      'all' => TRUE,
    ],
  ];
}