From f151de01c1ba950c4583d567bb444c439be3eeb6 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 14 Mar 2016 15:56:49 -0400 Subject: [PATCH] Removed blank line. --- .../integration-tests/src/VuFindTest/Mink/IlsActionsTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/IlsActionsTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/IlsActionsTest.php index 0d6ed9e426b..42a8efa1ecd 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/IlsActionsTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/IlsActionsTest.php @@ -339,7 +339,6 @@ class IlsActionsTest extends \VuFindTest\Unit\MinkTestCase $this->snooze(); $this->fillInLoginForm($page, 'username1', 'test', false); $this->submitLoginForm($page, false); - // Place the hold: $this->placeHoldAndGoToHoldsScreen($page); -- GitLab