diff --git a/tests/cli/parse_gemtext.php b/tests/cli/parse_gemtext.php index 9d601f7..5ff882d 100644 --- a/tests/cli/parse_gemtext.php +++ b/tests/cli/parse_gemtext.php @@ -2,7 +2,7 @@ $fileName = $argv[1]; -require_once dirname(__FILE__)."/../lib-htmgem.inc.php"; +require_once dirname(__FILE__)."/../../lib-htmgem.inc.php"; $text = file_get_contents($fileName); $parsedGemtext = \htmgem\gemtextParser($text);