@@ -45,11 +45,17 @@ |
||
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | |
| 48 | + /** |
|
| 49 | + * @param string $name |
|
| 50 | + */ |
|
| 48 | 51 | public function setTestName($name) |
| 49 | 52 | { |
| 50 | 53 | $this->testName = $name; |
| 51 | 54 | } |
| 52 | 55 | |
| 56 | + /** |
|
| 57 | + * @param string $status |
|
| 58 | + */ |
|
| 53 | 59 | public function setTestStatus($status) |
| 54 | 60 | { |
| 55 | 61 | $this->status = $status; |
@@ -91,6 +91,9 @@ |
||
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | |
| 94 | + /** |
|
| 95 | + * @param string $textDomain |
|
| 96 | + */ |
|
| 94 | 97 | protected function translatePart($translate, $result, $textDomain, $locale) |
| 95 | 98 | { |
| 96 | 99 | $newResult = parent::translate($result, $textDomain, $locale); |