You are here

public function SimpleAccessOwnerTestCase::getInfo in Simple Access 7.2

Same name and namespace in other branches
  1. 8.3 simple_access.test \SimpleAccessOwnerTestCase::getInfo()
  2. 6.2 simple_access.test \SimpleAccessOwnerTestCase::getInfo()

File

./simple_access.test, line 15
Tests to check that simple access is working correctly.

Class

SimpleAccessOwnerTestCase
Test Owner permissions.

Code

public function getInfo() {
  return array(
    'name' => t('Check owner permissions'),
    'description' => t('Test different owner permissions and make sure access is correct'),
    'group' => t('Simple Access'),
  );
}