Skip to content

Commit fbea643

Browse files
authored
Merge pull request Codeception#6098 from yookoala/fix/group-manager-checkiffileexists-change
Fix GroupManager::normalizeFilePath
2 parents 05512a4 + ecffd8f commit fbea643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Lib/GroupManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private function normalizeFilePath($file, $group)
107107
return sprintf('%s:%s', realpath($fullPath), $pathParts[2]);
108108
}
109109

110-
$this->checkIfFileExists($file);
110+
$this->checkIfFileExists($file, $group);
111111
return realpath($file);
112112
} elseif (strpos($file, ':') === false) {
113113
$dirtyPath = Configuration::projectDir() . $file;

0 commit comments

Comments
 (0)