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 ce9f8821c4f9efd902ed29dbc2266971b890136b..3b6da18d319424d2aeca70517c9e72901619edb2 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()