mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
traits from Autoload.php not loading on Windows
Windows requires realpath() so the case of the paths and filenames are always identical
This commit is contained in:
@ -83,7 +83,7 @@ final class UsesCall
|
||||
throw new InvalidUsesPath($target . "\n");
|
||||
}
|
||||
|
||||
return $target;
|
||||
return realpath($target);
|
||||
}, $targets);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user