Skip to content

Commit

Permalink
move test files around
Browse files Browse the repository at this point in the history
this puts in place the proposal at #56
  • Loading branch information
r12a committed Mar 8, 2017
1 parent cbea04c commit 5d279ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/class.Test.php
Expand Up @@ -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) {
Expand Down
File renamed without changes.

0 comments on commit 5d279ab

Please sign in to comment.