You are here

public property LinkTokenTest::$permissions in Link 6.2

File

tests/link.token.test, line 13
Contains simpletests making sure token integration works.

Class

LinkTokenTest
Testing that tokens can be used in link titles

Code

public $permissions = array(
  'access content',
  'administer content types',
  'administer nodes',
  'administer filters',
  'access comments',
  'post comments',
  'post comments without approval',
  'access administration pages',
);