function PHPFilterTestCase::getInfo

File

modules/php/php.test, line 54

Class

PHPFilterTestCase
Tests to make sure the PHP filter actually evaluates PHP code when used.

Code

public static function getInfo() {
    return array(
        'name' => 'PHP filter functionality',
        'description' => 'Make sure that PHP filter properly evaluates PHP code when enabled.',
        'group' => 'PHP',
    );
}

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