From f6ed2c660916956fbbb34bd17e3f1885c7f7f129 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Tue, 29 Sep 2009 13:23:30 -0400 Subject: [PATCH] This asserting was testing PHPUnit internals unintentionally. Remove it. --- framework/Support/test/Horde/Support/BacktraceTest.php | 3 --- 1 file changed, 3 deletions(-) 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() -- 2.11.0