MDL-55379 phpunit: Coding style fix

This commit is contained in:
Andrew Nicols
2016-09-22 15:11:16 +08:00
parent a2b48e4127
commit be16d66087
+1 -1
View File
@@ -66,7 +66,7 @@ function testing_cli_argument_path($moodlepath) {
if (strpos($path, $cwd) === 0) {
// Remove current working directory and directory separator.
$path = substr($path, strlen($cwd)+1);
$path = substr($path, strlen($cwd) + 1);
}
return $path;