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

Add missing comments.

parent 6d68e716
No related merge requests found
......@@ -38,6 +38,11 @@ namespace VuFindTest\Mink;
*/
class CallnumberBrowseTest extends \VuFindTest\Unit\MinkTestCase
{
/**
* Record ID to use in testing.
*
* @var string
*/
protected $id = 'testdeweybrowse';
/**
......
......@@ -179,6 +179,14 @@ class IlsActionsTest extends \VuFindTest\Unit\MinkTestCase
);
}
/**
* Support method to place a storage retrieval request and end up on the SRR
* screen.
*
* @param Element $page Page element.
*
* @return void
*/
protected function placeStorageRetrievalRequestAndGoToSRRScreen($page)
{
// Open the "place hold" dialog
......@@ -204,6 +212,11 @@ class IlsActionsTest extends \VuFindTest\Unit\MinkTestCase
);
}
/**
* Test placing a hold
*
* @return void
*/
public function testPlaceHold()
{
$this->changeConfigs(
......
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