You appear to be a bot. Output may be restricted
Description
Usage
WP_UnitTestCase::factory();
Parameters
Returns
voidSource
File name: oik-batch/tests/testcase.phpLines:
1 to 7 of 7
protected static function factory() { static $factory = null; if ( ! $factory ) { $factory = new WP_UnitTest_Factory(); } return $factory; }View on GitHub