From bc2636331c26bdc3295acaef452d5c3242d01035 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Mon, 9 Apr 2012 14:28:19 -0400 Subject: [PATCH] Remove duplicated method --- tests/index.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tests/index.php b/tests/index.php index ecfe65b..586ea7c 100644 --- a/tests/index.php +++ b/tests/index.php @@ -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');