From bc3f657d65903549c5aa70e30b303db459de6e37 Mon Sep 17 00:00:00 2001 From: haszi Date: Thu, 22 Feb 2024 13:09:54 +0100 Subject: [PATCH] Fix file path casing typo in test --- tests/php/bug_doc-en_GH-3179.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php/bug_doc-en_GH-3179.phpt b/tests/php/bug_doc-en_GH-3179.phpt index fdab0849..41ed0478 100644 --- a/tests/php/bug_doc-en_GH-3179.phpt +++ b/tests/php/bug_doc-en_GH-3179.phpt @@ -8,7 +8,7 @@ require_once __DIR__ . "/../setup.php"; require_once __DIR__ . "/TestChunkedXHTML.php"; $formatclass = "TestChunkedXHTML"; -$xml_file = __DIR__ . "/data/Bug_doc-en_GH-3197.xml"; +$xml_file = __DIR__ . "/data/bug_doc-en_GH-3197.xml"; $opts = array( "index" => true,