Completed
Pull Request — master (#322)
by
unknown
02:51
created
application/tests/_ci_phpunit_test/functions.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,7 @@
 block discarded – undo
42 42
 		{
43 43
 			CIPHPUnitTestDbConnectionStore::closeConnection($CI->db);
44 44
 			$CI->db = null;
45
-		}
46
-		else
45
+		} else
47 46
 		{
48 47
 			// Don't close if SQLite in-memory database
49 48
 			// If we close it, all tables and stored data will be gone
Please login to merge, or discard this patch.