You are here

public property LinkValidateTestCase::$permissions in Link 6.2

File

tests/link.validate.test, line 12
Tests that exercise the validation functions in the link module.

Class

LinkValidateTestCase

Code

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