Skip to content

Commit 537e470

Browse files
author
rotimi
committed
Tweak
1 parent dff8835 commit 537e470

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/CallableExecutionTimerTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,6 @@ public function testCallFuncWorksAsExpected() {
231231
);
232232

233233
// Relative static class method call
234-
$this->assertEquals(
235-
"A",
236-
CallableExecutionTimer::callFunc('B_A_who', [B::class, 'parent::who'])
237-
);
238234
$this->assertEquals(
239235
"A",
240236
CallableExecutionTimer::callFunc('A_who', [A::class, 'who'])

0 commit comments

Comments
 (0)