@@ -17,7 +17,7 @@ |
||
17 | 17 | $this->e = null; |
18 | 18 | } |
19 | 19 | |
20 | - public function testFormatAsUsername() { |
|
20 | + public function testFormatAsUsername() { |
|
21 | 21 | // Happy path |
22 | 22 | $this->assertEquals($this->e->formatAsUsername("this"), "This"); |
23 | 23 | $this->assertEquals($this->e->formatAsUsername("1this"), "1this"); |
@@ -17,7 +17,8 @@ |
||
17 | 17 | $this->e = null; |
18 | 18 | } |
19 | 19 | |
20 | - public function testFormatAsUsername() { |
|
20 | + public function testFormatAsUsername() |
|
21 | + { |
|
21 | 22 | // Happy path |
22 | 23 | $this->assertEquals($this->e->formatAsUsername("this"), "This"); |
23 | 24 | $this->assertEquals($this->e->formatAsUsername("1this"), "1this"); |