From a8bf1c5a7f9234f90c3acbbb585f98d165de611e Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 10 Jun 2019 12:51:35 -0400 Subject: [PATCH] Fixed comments. --- .../src/VuFindTest/Mink/RecordActionsTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php index 1f85ac5744b..5c8f1514e82 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php @@ -80,6 +80,9 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase /** * Make new account * + * @param \Behat\Mink\Element\Element $page Page element + * @param string $username Username to create + * * @return void */ protected function makeAccount($page, $username) @@ -236,6 +239,8 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase /** * Test searching for one of the tags created above. + * + * @return void */ public function testTagSearch() { -- GitLab