chore: updates snapshots

This commit is contained in:
nuno maduro
2026-04-10 12:35:32 +01:00
parent 617b074049
commit a8e974d64a
4 changed files with 13 additions and 10 deletions

View File

@ -684,6 +684,10 @@ final class Expectation
$realPath = realpath($object->path);
if ($realPath === false) {
return false;
}
foreach (Composer::userNamespacesWithDirectories() as $directory => $namespace) {
if (str_starts_with($realPath, $directory)) {
$relativePath = substr($realPath, strlen($directory) + 1);