Skip to content

Commit

Permalink
test(#57): recursive HookProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
talss89 committed May 3, 2023
1 parent 81da06b commit 7e746cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unit/tests/HookProxyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ public function testPrivateThisMethodCall() {

$this->assertEquals('id-1', $proxy->___cb('id'));
}
$proxy_2 = new HookProxy(function($input) {return $input . '-proxy_2' . '-' . $this->{'id'};}, $proxy_1);
}

0 comments on commit 7e746cc

Please sign in to comment.