@@ -100,6 +100,9 @@ |
||
| 100 | 100 | $this->assertSame('baz', $field->spamMapValue('bar')); |
| 101 | 101 | } |
| 102 | 102 | |
| 103 | + /** |
|
| 104 | + * @return Form |
|
| 105 | + */ |
|
| 103 | 106 | protected function getFormMock() |
| 104 | 107 | { |
| 105 | 108 | $formMock = $this->getMockBuilder('Form', array('addErrorMessage')) |