@@ -85,7 +85,7 @@ |
||
| 85 | 85 | |
| 86 | 86 | /** |
| 87 | 87 | * Summary of getUserObject |
| 88 | - * @return User|null |
|
| 88 | + * @return DataObject|null |
|
| 89 | 89 | */ |
| 90 | 90 | public function getUserObject() |
| 91 | 91 | { |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | $this->e = null; |
| 18 | 18 | } |
| 19 | 19 | |
| 20 | - public function test_formatAsUsername() { |
|
| 20 | + public function test_formatAsUsername() { |
|
| 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 test_formatAsUsername() { |
|
| 20 | + public function test_formatAsUsername() |
|
| 21 | + { |
|
| 21 | 22 | // Happy path |
| 22 | 23 | $this->assertEquals($this->e->formatAsUsername("this"), "This"); |
| 23 | 24 | $this->assertEquals($this->e->formatAsUsername("1this"), "1this"); |