Browse Source

Coder fixes

pull/485/head
qadan 11 years ago
parent
commit
230e4bd2b4
  1. 10
      tests/islandora_web_test_case.inc

10
tests/islandora_web_test_case.inc

@ -532,15 +532,15 @@ QUERY;
* button labels that don't have the ID we want, so that the only one left * button labels that don't have the ID we want, so that the only one left
* with the correct label is the one with the right ID. * with the correct label is the one with the right ID.
* *
* @see DrupalWebTestCase::drupalPost(). * @see DrupalWebTestCase::drupalPost()
* *
* @param $path * @param string $path
* Location of the post form. * Location of the post form.
* @param $edit * @param array $edit
* Field data in an associative array. * Field data in an associative array.
* @param $submit * @param string $submit
* Value of the submit button whose click is to be emulated. * Value of the submit button whose click is to be emulated.
* @param $id * @param string $id
* ID of the submit button whose click is to be emulated. * ID of the submit button whose click is to be emulated.
* @param array $options * @param array $options
* Options to be forwarded to url(). * Options to be forwarded to url().

Loading…
Cancel
Save