Modernize Git to upstream GitRepos, mainly command handling.
[phpgit.git] / tests / GitHarness.php
blob28ceef0be5e7d609c0e7ae9788d88b1043987308
1 <?php
3 class GitHarness extends UnitTestCase
5 public function fixture($name) {
6 return file_get_contents(GIT_FIXTURES . '/' . $name);