You are here

function SimpleAccessOwnerTestCase::getInfo in Simple Access 6.2

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

File

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

Class

SimpleAccessOwnerTestCase
Test Owner permissions

Code

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'),
  );
}