Skip to content

Commit

Permalink
Fix file path casing typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
haszi committed Feb 22, 2024
1 parent f2ba938 commit bc3f657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/bug_doc-en_GH-3179.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bc3f657

Please sign in to comment.