@@ -40,6 +40,11 @@ |
||
| 40 | 40 | $this->internalCheck("domain.but.no.user", "Invalid, no user part", false); |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | + /** |
|
| 44 | + * @param string $email |
|
| 45 | + * @param string $checkText |
|
| 46 | + * @param boolean $expectSuccess |
|
| 47 | + */ |
|
| 43 | 48 | public function internalCheck($email, $checkText, $expectSuccess) |
| 44 | 49 | { |
| 45 | 50 | $field = new EmailField("MyEmail"); |
@@ -14,6 +14,7 @@ |
||
| 14 | 14 | /** |
| 15 | 15 | * Small helper to render templates from strings |
| 16 | 16 | * Cloned from SSViewerTest |
| 17 | + * @param string $templateString |
|
| 17 | 18 | */ |
| 18 | 19 | private function render($templateString, $data = null) |
| 19 | 20 | { |