public static function PhpAccessTest::getInfo

File

drupal/core/modules/php/lib/Drupal/php/Tests/PhpAccessTest.php, line 14
Definition of Drupal\php\Tests\PhpAccessTest.

Class

PhpAccessTest
Tests to make sure access to the PHP filter is properly restricted.

Namespace

Drupal\php\Tests

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