Completed
Push — master ( 57b801...956b50 )
by Kenji
02:41
created
application/tests/_ci_phpunit_test/CIPHPUnitTestCase.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -17,12 +17,12 @@
 block discarded – undo
17 17
 {
18 18
 	protected $_error_reporting = -1;
19 19
 
20
-    /**
21
-     * If you have a route with closure, PHPUnit can't serialize global variables.
22
-     * You would see `Exception: Serialization of 'Closure' is not allowed`.
23
-     *
24
-     * @var array
25
-     */
20
+	/**
21
+	 * If you have a route with closure, PHPUnit can't serialize global variables.
22
+	 * You would see `Exception: Serialization of 'Closure' is not allowed`.
23
+	 *
24
+	 * @var array
25
+	 */
26 26
 	protected $backupGlobalsBlacklist = ['RTR'];
27 27
 
28 28
 	/**
Please login to merge, or discard this patch.