You appear to be a bot. Output may be restricted
Description
How do we check for notices?
This is what we expect to get Notice: Constant PHP_SAPI already defined in C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\tests\test-class-git.php on line 49
Usage
test_class_git::test_cant_change_php_sapi_constant();
Parameters
Returns
void
Source
File name: oik-batch/tests/test-class-git.php
Lines:
1 to 4 of 4
function test_cant_change_php_sapi_constant() { @define( 'PHP_SAPI', "omga" ); $this->test_php_sapi_constant_matches_name(); }