You appear to be a bot. Output may be restricted
Description
Locate the wordpress-develop-tests plugin
Usage
locate_wordpress_develop_tests_plugin();
Parameters
Returns
voidSource
File name: oik-batch/tests/bootstrap.phpLines:
1 to 9 of 9
function locate_wordpress_develop_tests_plugin() { $tests_dir = null; $file = oik_path( "phpunit/includes/functions.php", "wordpress-develop-tests" ); if ( file_exists( $file ) ) { check_wordpress_develop_tests_version(); $tests_dir = oik_path( "phpunit", "wordpress-develop-tests" ); } return( $tests_dir ); }View on GitHub