From: Chuck Hagenbuch Date: Mon, 21 Sep 2009 03:42:51 +0000 (-0400) Subject: shorthand for mocking a class with a private constructor X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=63f36293393a679e442153ef0546df4cd566f566;p=horde.git shorthand for mocking a class with a private constructor --- diff --git a/framework/Test/lib/Horde/Test/Case.php b/framework/Test/lib/Horde/Test/Case.php index 47f40f808..84b1d9ed6 100644 --- a/framework/Test/lib/Horde/Test/Case.php +++ b/framework/Test/lib/Horde/Test/Case.php @@ -1,4 +1,11 @@ getMock($className, $methods, $arguments, $mockClassName, /* $callOriginalConstructor */ false); + } }