Public Member Functions | |
| isTestable () | |
| _setMessages () | |
Data Fields | |
| $test_group = 'CGI' | |
Definition at line 20 of file Test_Cgi.php.
| _setMessages | ( | ) |
Set the messages for CGI tests
Reimplemented from PhpSecInfo_Test.
Reimplemented in PhpSecInfo_Test_Cgi_Force_Redirect.
Definition at line 53 of file Test_Cgi.php.
| isTestable | ( | ) |
"CGI" tests should only be run if we're running as a CGI. The best way I could think of to test this was to preg against the php_sapi_name() return value.
Reimplemented from PhpSecInfo_Test.
Definition at line 40 of file Test_Cgi.php.
| $test_group = 'CGI' |
Reimplemented from PhpSecInfo_Test.
Definition at line 30 of file Test_Cgi.php.
1.6.3