Completed
Pull Request — master (#5183)
by Marko
03:47
created
tests/Action/RetrieveAutocompleteItemsActionTest.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -257,6 +257,9 @@  discard block
 block discarded – undo
257 257
         return $datagrid;
258 258
     }
259 259
 
260
+    /**
261
+     * @param string $field
262
+     */
260 263
     private function configureFormConfig($field, $disabled = false)
261 264
     {
262 265
         $form = $this->prophesize(Form::class);
@@ -276,6 +279,9 @@  discard block
 block discarded – undo
276 279
         $formConfig->getAttribute('target_admin_access_action')->willReturn('list');
277 280
     }
278 281
 
282
+    /**
283
+     * @param string $field
284
+     */
279 285
     private function configureFormConfigComplexProperty($field)
280 286
     {
281 287
         $form = $this->prophesize(Form::class);
@@ -295,6 +301,9 @@  discard block
 block discarded – undo
295 301
         $formConfig->getAttribute('target_admin_access_action')->willReturn('list');
296 302
     }
297 303
 
304
+    /**
305
+     * @param string $field
306
+     */
298 307
     private function configureFormConfigComplexPropertyArray($field)
299 308
     {
300 309
         $form = $this->prophesize(Form::class);
Please login to merge, or discard this patch.