Skip to content

Commit

Permalink
Fix file path casing typo in test (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: haszi <haszika80@gmail.com>
  • Loading branch information
haszi and haszi authored Feb 23, 2024
1 parent 2c7a8f8 commit 09504b8
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 09504b8

Please sign in to comment.