Passed
Push — master ( aefe3c...8b87a6 )
by Tobias
02:16
created
tests/base/database_test.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -4,15 +4,15 @@
 block discarded – undo
4 4
 
5 5
 abstract class database_test extends \phpbb_database_test_case
6 6
 {
7
-	protected static function setup_extensions()
8
-	{
9
-		return array('tas2580/seourls');
10
-	}
11
-	protected $db;
12
-	public function setUp()
13
-	{
14
-		parent::setUp();
15
-		global $db;
16
-		$db = $this->db = $this->new_dbal();
17
-	}
7
+    protected static function setup_extensions()
8
+    {
9
+        return array('tas2580/seourls');
10
+    }
11
+    protected $db;
12
+    public function setUp()
13
+    {
14
+        parent::setUp();
15
+        global $db;
16
+        $db = $this->db = $this->new_dbal();
17
+    }
18 18
 }
Please login to merge, or discard this patch.