getName() === 'phpOMS' || $repo->getName() === 'build'); self::assertEquals(\strtr(\realpath(__DIR__ . '/../../../.git'), '\\', '/'), \strtr($repo->getDirectoryPath(), '\\', '/')); self::assertEquals(\realpath(__DIR__ . '/../../../'), $repo->getPath()); } }