projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48933a9
)
Require the correct base test class.
author
Gunnar Wrobel
<p@rdus.de>
Fri, 19 Mar 2010 06:21:16 +0000
(07:21 +0100)
committer
Gunnar Wrobel
<p@rdus.de>
Fri, 19 Mar 2010 06:21:16 +0000
(07:21 +0100)
framework/Argv/test/Horde/Argv/ConflictTest.php
patch
|
blob
|
history
diff --git
a/framework/Argv/test/Horde/Argv/ConflictTest.php
b/framework/Argv/test/Horde/Argv/ConflictTest.php
index
292d588
..
7ff2ec3
100644
(file)
--- a/
framework/Argv/test/Horde/Argv/ConflictTest.php
+++ b/
framework/Argv/test/Horde/Argv/ConflictTest.php
@@
-1,6
+1,6
@@
<?php
-require_once dirname(__FILE__) . '/TestCase.php';
+require_once dirname(__FILE__) . '/
Conflict
TestCase.php';
/**
* @author Chuck Hagenbuch <chuck@horde.org>