repo.or.cz
/
phpgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add argument escaping.
[phpgit.git]
/
tests
/
GitHarness.php
blob
28ceef0be5e7d609c0e7ae9788d88b1043987308
1
<
?php
2
3
class
GitHarness
extends
UnitTestCase
4
{
5
public function
fixture
(
$name
) {
6
return
file_get_contents
(
GIT_FIXTURES
.
'/'
.
$name
);
7
}
8
}