From 5d279aba30f30a1a1ad9bc4f620fa33e15123d77 Mon Sep 17 00:00:00 2001 From: r12a Date: Wed, 8 Mar 2017 12:10:23 +0000 Subject: [PATCH] move test files around this puts in place the proposal at https://github.com/w3c/i18n-checker/issues/56 --- src/class.Test.php | 1 + tests/index.php => www/test.php | 0 2 files changed, 1 insertion(+) rename tests/index.php => www/test.php (100%) diff --git a/src/class.Test.php b/src/class.Test.php index ba4af3b..1193f9d 100644 --- a/src/class.Test.php +++ b/src/class.Test.php @@ -29,6 +29,7 @@ static function load() { continue; if (!preg_match("/.+\.properties/", $fileName)) continue; + $fileName = "../tests/".$fileName; self::$logger->info("Parsing ".$fileName); $testFileConf = parse_ini_file($fileName); if (!$testFileConf) { diff --git a/tests/index.php b/www/test.php similarity index 100% rename from tests/index.php rename to www/test.php