You appear to be a bot. Output may be restricted
Description
Usage
WP_UnitTestCase::deprecated_function_run( $function );
Parameters
- $function
- ( mixed ) required –
Returns
voidSource
File name: oik-batch/tests/testcase.phpLines:
1 to 4 of 4
function deprecated_function_run( $function ) { if ( ! in_array( $function, $this->caught_deprecated ) ) $this->caught_deprecated[] = $function; }View on GitHub