for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author Joe Huss <[email protected]>
* @copyright 2017
* @package Plugins
*/
* loads the files needed to run the given class or function
*
* @param $function
* @return bool whether or not it found the given function/class
function function_requirements($function) {
return $GLOBALS['tf']->function_requirements($function);
}