function PHPAccessTestCase::getInfo

File

modules/php/php.test, line 95

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.