From ddad4b785f19197ed78a4d8c5889cdb02f4511eb Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 22 Apr 2016 11:19:06 -0400
Subject: [PATCH] Added note about possible cause of test failure.

---
 .../integration-tests/src/VuFindTest/Mink/IlsActionsTest.php  | 4 ++++
 1 file changed, 4 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 ce9f8821c4f..3b6da18d319 100644
--- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/IlsActionsTest.php
+++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/IlsActionsTest.php
@@ -563,6 +563,10 @@ class IlsActionsTest extends \VuFindTest\Unit\MinkTestCase
     /**
      * Test create account path when in holds_mode = "all"
      *
+     * IMPORTANT: this test uses an ID with a slash in it; if it fails, ensure
+     * that Apache is configured with "AllowEncodedSlashes on" inside the
+     * VirtualHost used for your VuFind test instance!
+     *
      * @return void
      */
     public function testHoldsAll()
-- 
GitLab