Completed
Pull Request — master (#225)
by
unknown
02:38
created
application/tests/_ci_phpunit_test/CIPHPUnitTestDbTestCase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 	{
42 42
 		if ($this->db === null || $this->db->conn_id === false)
43 43
 		{
44
-			$CI =& get_instance();
44
+			$CI = & get_instance();
45 45
 			$CI->load->database();
46 46
 			$this->db = $CI->db;
47 47
 		}
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 	 */
61 61
 	protected function tearDown()
62 62
 	{
63
-		if (! empty($this->insertCache))
63
+		if ( ! empty($this->insertCache))
64 64
 		{
65 65
 			foreach ($this->insertCache as $row)
66 66
 			{
Please login to merge, or discard this patch.