public static function PHPAccessTestCase::getInfo in Drupal 7
File
- modules/
php/ php.test, line 95 - Tests for php.module.
Class
- PHPAccessTestCase
- Tests to make sure access to the PHP filter is properly restricted.
Code
public static function getInfo() {
return array(
'name' => 'PHP filter access check',
'description' => 'Make sure that users who don\'t have access to the PHP filter can\'t see it.',
'group' => 'PHP',
);
}