Test Setup Failed
Push — master ( 5bd81b...917e06 )
by Tobias
15:14
created
tests/functional/phpbb_functional_test.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -5,9 +5,9 @@  discard block
 block discarded – undo
5 5
  */
6 6
 class phpbb_functional_test extends \tas2580\seourls\tests\base\functional_test
7 7
 {
8
-	public function test_version_check()
9
-	{
10
-		/*
8
+    public function test_version_check()
9
+    {
10
+        /*
11 11
 		// Log in to the ACP
12 12
 		$this->login();
13 13
 		$this->admin_login();
@@ -18,5 +18,5 @@  discard block
 block discarded – undo
18 18
 		$this->assertGreaterThan(0, $crawler->filter('.successbox')->count());
19 19
 		$this->assertContains($this->lang('UP_TO_DATE', 'SEO URLs'), $crawler->text());
20 20
 		 */
21
-	}
21
+    }
22 22
 }
Please login to merge, or discard this patch.