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