Completed
Push — master ( ef3e6d...5f8d2a )
by Robbie
06:20
created
tests/EditableSpamProtectionFieldTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -100,6 +100,9 @@
 block discarded – undo
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'))
Please login to merge, or discard this patch.