You are here

function sbp_test_perm in Search by Page 6

Implementation of hook_perm().

Sets up permissions for this module.

File

tests/sbp_test.module, line 73
Module file for Search by Page testing.

Code

function sbp_test_perm() {
  return array(
    'view test private content',
  );
}