Completed
Pull Request — master (#147)
by Kenji
02:12
created
application/tests/_ci_phpunit_test/CIPHPUnitTestCase.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -75,19 +75,19 @@
 block discarded – undo
75 75
 		$this->CI =& get_instance();
76 76
 	}
77 77
 
78
-    /**
79
-     * Create a controller instance
80
-     *
81
-     * @param string $classname
82
-     * @return CI_Controller
83
-     */
84
-    public function newController($classname)
85
-    {
86
-        reset_instance();
87
-        $controller = new $classname;
88
-        $this->CI =& get_instance();
89
-        return $controller;
90
-    }
78
+	/**
79
+	 * Create a controller instance
80
+	 *
81
+	 * @param string $classname
82
+	 * @return CI_Controller
83
+	 */
84
+	public function newController($classname)
85
+	{
86
+		reset_instance();
87
+		$controller = new $classname;
88
+		$this->CI =& get_instance();
89
+		return $controller;
90
+	}
91 91
 
92 92
 	protected function tearDown()
93 93
 	{
Please login to merge, or discard this patch.