summaryrefslogtreecommitdiffstats
path: root/system/init/init_unit_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/init/init_unit_test.php')
-rw-r--r--system/init/init_unit_test.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/system/init/init_unit_test.php b/system/init/init_unit_test.php
deleted file mode 100644
index 61d5350b6..000000000
--- a/system/init/init_unit_test.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
-
-/**
- * Loads and instantiates unit testing class
- *
- * @access private called by the app controller
- */
-
-if ( ! class_exists('CI_Unit_test'))
-{
- require_once(BASEPATH.'libraries/Unit_test'.EXT);
-}
-
-$obj =& get_instance();
-$obj->unit = new CI_Unit_test();
-$obj->ci_is_loaded[] = 'unit';
-
-?> \ No newline at end of file