From: Chuck Hagenbuch Date: Tue, 29 Sep 2009 17:23:30 +0000 (-0400) Subject: This asserting was testing PHPUnit internals unintentionally. Remove it. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f6ed2c660916956fbbb34bd17e3f1885c7f7f129;p=horde.git This asserting was testing PHPUnit internals unintentionally. Remove it. --- diff --git a/framework/Support/test/Horde/Support/BacktraceTest.php b/framework/Support/test/Horde/Support/BacktraceTest.php index 251f558aa..8c026cfbe 100644 --- a/framework/Support/test/Horde/Support/BacktraceTest.php +++ b/framework/Support/test/Horde/Support/BacktraceTest.php @@ -23,9 +23,6 @@ class Horde_Support_BacktraceTest extends PHPUnit_Framework_TestCase $caller = $trace->getCurrentContext(); $this->assertEquals(__FUNCTION__, $caller['function']); - - $caller = $trace->getCallingContext(); - $this->assertEquals('invoke', $caller['function']); } public function testCreateFromGeneratedBacktrace()