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