From f453a3b775c29f59b95f056b7785a22782103f9b Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 25 Oct 2016 15:15:55 -0400
Subject: [PATCH] Fixed broken tests.

---
 .../integration-tests/src/VuFindTest/Mink/IlsActionsTest.php | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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 bbc92f31e0d..ebcfd84fc5a 100644
--- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/IlsActionsTest.php
+++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/IlsActionsTest.php
@@ -127,15 +127,14 @@ class IlsActionsTest extends \VuFindTest\Unit\MinkTestCase
                 'cancelHolds' => 0,
                 'cancelILLRequests' => 0,
                 'cancelStorageRetrievalRequests' => 0,
-                'checkILLRequestBlock' => 0,
                 'checkILLRequestIsValid' => 0,
                 'checkRenewBlock' => 0,
-                'checkRequestBlock' => 0,
                 'checkRequestIsValid' => 0,
-                'checkStorageRetrievalRequestBlock' => 0,
                 'checkStorageRetrievalRequestIsValid' => 0,
+                'getAccountBlocks' => 0,
                 'getDefaultRequestGroup' => 0,
                 'getHoldDefaultRequiredDate' => 0,
+                'getRequestBlocks' => 0,
                 'placeHold' => 0,
                 'placeILLRequest' => 0,
                 'placeStorageRetrievalRequest' => 0,
-- 
GitLab