Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Mar 15, 2024
1 parent dff8835 commit 537e470
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/CallableExecutionTimerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 537e470

Please sign in to comment.