You appear to be a bot. Output may be restricted
Description
Locate and load the parts we need from WordPress develop testsCurrently we're loading the file that expects us to be running the tests in situ.
Usage
oik_batch_load_wordpress_develop_tests();
Parameters
Returns
voidTO DO
We may also want to support running tests using a bootstrap file similar to those delivered by other plugins.Source
File name: oik-batch/oik-wp.phpLines:
1 to 3 of 3
function oik_batch_load_wordpress_develop_tests() { oik_require( "tests/bootstrap.php", "oik-batch" ); }View on GitHub