From 7a50e09ad3728a06bd487da3ff77924456b6ca38 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 16 Feb 2016 13:25:55 -0500 Subject: [PATCH] Never block user during tests. --- .../integration-tests/src/VuFindTest/Mink/IlsActionsTest.php | 3 +++ 1 file changed, 3 insertions(+) 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 3efcb69f04d..8163504b2f9 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/IlsActionsTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/IlsActionsTest.php @@ -94,8 +94,11 @@ class IlsActionsTest extends \VuFindTest\Unit\MinkTestCase 'cancelHolds' => 0, 'cancelILLRequests' => 0, 'cancelStorageRetrievalRequests' => 0, + 'checkILLRequestBlock' => 0, 'checkILLRequestIsValid' => 0, + 'checkRequestBlock' => 0, 'checkRequestIsValid' => 0, + 'checkStorageRetrievalRequestBlock' => 0, 'checkStorageRetrievalRequestIsValid' => 0, 'getDefaultRequestGroup' => 0, 'getHoldDefaultRequiredDate' => 0, -- GitLab