You are here

protected property TaxonomyAccessTermGrantTest::$role_config in Taxonomy Access Control 7

File

./taxonomy_access.test, line 1334
Automated tests for the Taxonomy Access Control module.

Class

TaxonomyAccessTermGrantTest
Tests term grants for all possible grant combinations.

Code

protected $role_config = array(
  'ctlt' => array(),
  'ctlf' => array(),
  'cflt' => array(),
  'cflf' => array(),
);