Remove duplicated method

This commit is contained in:
Timothy Warren 2012-04-09 14:28:19 -04:00
parent 6b722608b7
commit bc2636331c
1 changed files with 0 additions and 12 deletions

View File

@ -21,18 +21,6 @@ define('DS', DIRECTORY_SEPARATOR);
// --------------------------------------------------------------------------
/**
* Alias for require_once for array_map
*
* @param string $path
* @return void
*/
function do_include($path)
{
require_once($path);
}
// Include simpletest
// it has to be set in your php path, or put in the tests folder
require_once('simpletest/autorun.php');