You appear to be a bot. Output may be restricted
Description
Usage
WP_UnitTestCase::doing_it_wrong_run( $function );
Parameters
- $function
- ( mixed ) required –
Returns
void
Source
File name: oik-batch/tests/testcase.php
Lines:
1 to 4 of 4
function doing_it_wrong_run( $function ) { if ( ! in_array( $function, $this->caught_doing_it_wrong ) ) $this->caught_doing_it_wrong[] = $function; }