From 0acf4730dbcf97f6da9528d6f4d2fd5667465f8f Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 30 May 2015 17:29:41 +0200 Subject: [PATCH] make parsingbugstests executable on their own --- tests/1ParsingBugsTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/1ParsingBugsTest.php b/tests/1ParsingBugsTest.php index 8ed214b..d9a432a 100644 --- a/tests/1ParsingBugsTest.php +++ b/tests/1ParsingBugsTest.php @@ -5,6 +5,8 @@ include_once __DIR__ . '/../lib/xmlrpc.inc'; include_once __DIR__ . '/../lib/xmlrpcs.inc'; +include_once __DIR__ . '/parse_args.php'; + /** * Tests involving parsing of xml and handling of xmlrpc values */ -- 2.43.0