Skip to content
Snippets Groups Projects
Commit a8bf1c5a authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Fixed comments.

parent 0eb665e0
No related merge requests found
...@@ -80,6 +80,9 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase ...@@ -80,6 +80,9 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase
/** /**
* Make new account * Make new account
* *
* @param \Behat\Mink\Element\Element $page Page element
* @param string $username Username to create
*
* @return void * @return void
*/ */
protected function makeAccount($page, $username) protected function makeAccount($page, $username)
...@@ -236,6 +239,8 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase ...@@ -236,6 +239,8 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase
/** /**
* Test searching for one of the tags created above. * Test searching for one of the tags created above.
*
* @return void
*/ */
public function testTagSearch() public function testTagSearch()
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment