From 537e4700ee65f54ca83da3009f042857c7d8d123 Mon Sep 17 00:00:00 2001 From: rotimi Date: Fri, 15 Mar 2024 13:02:21 -0600 Subject: [PATCH] Tweak --- tests/CallableExecutionTimerTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/CallableExecutionTimerTest.php b/tests/CallableExecutionTimerTest.php index db0a108..05f0d2f 100644 --- a/tests/CallableExecutionTimerTest.php +++ b/tests/CallableExecutionTimerTest.php @@ -231,10 +231,6 @@ public function testCallFuncWorksAsExpected() { ); // Relative static class method call - $this->assertEquals( - "A", - CallableExecutionTimer::callFunc('B_A_who', [B::class, 'parent::who']) - ); $this->assertEquals( "A", CallableExecutionTimer::callFunc('A_who', [A::class, 'who'])