You are here

public function TestPermissionCallbacks::titleDescription in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/tests/src/Unit/PermissionHandlerTest.php \Drupal\Tests\user\Unit\TestPermissionCallbacks::titleDescription()

File

core/modules/user/tests/src/Unit/PermissionHandlerTest.php, line 393
Contains \Drupal\Tests\user\Unit\PermissionHandlerTest.

Class

TestPermissionCallbacks

Namespace

Drupal\Tests\user\Unit

Code

public function titleDescription() {
  return array(
    'access module b' => array(
      'title' => 'Access B',
      'description' => 'bla bla',
    ),
  );
}