@@ -5,9 +5,9 @@ discard block |
||
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 |
||
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 | } |