projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3863fe1
)
stub out gettext in the test runner
author
Chuck Hagenbuch
<chuck@horde.org>
Tue, 7 Apr 2009 19:51:29 +0000
(15:51 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 12 Apr 2009 00:30:10 +0000
(20:30 -0400)
framework/Argv/test/Horde/Argv/AllTests.php
patch
|
blob
|
history
diff --git
a/framework/Argv/test/Horde/Argv/AllTests.php
b/framework/Argv/test/Horde/Argv/AllTests.php
index
dc78514
..
f728a35
100644
(file)
--- a/
framework/Argv/test/Horde/Argv/AllTests.php
+++ b/
framework/Argv/test/Horde/Argv/AllTests.php
@@
-14,6
+14,12
@@
if (!defined('PHPUnit_MAIN_METHOD')) {
define('PHPUnit_MAIN_METHOD', 'Horde_Argv_AllTests::main');
}
+if (!function_exists('_')) {
+ function _($t) {
+ return $t;
+ }
+}
+
require_once 'PHPUnit/Framework/TestSuite.php';
require_once 'PHPUnit/TextUI/TestRunner.php';