| Conditions | 1 |
| Paths | 1 |
| Total Lines | 15 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 48 | */ |
||
| 49 | protected function getRepositoryDataPath() |
||
| 50 | { |
||
| 51 | return realPath(__DIR__ . '/../../../../vendor/dontdrinkandroot/gitki-bundle/Tests/Data/repo/'); |
||
| 52 | } |
||
| 53 | |||
| 54 | /** |
||
| 55 | * {@inheritdoc} |
||
| 56 | */ |
||
| 57 | protected function getRepositoryTargetPath() |
||
| 58 | { |
||
| 59 | return self::GIT_REPOSITORY_PATH; |
||
| 60 | } |
||
| 61 | |||
| 62 | /** |
||
| 63 | * @return string[] |
||
| 67 |