Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
distantnative and github-actions[bot] authored Nov 21, 2022
1 parent e735ce8 commit c6a4b88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Kql/InterceptorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ public function testIsAllowedCustomMethod()
$this->assertFalse($interceptor->isAllowedMethod('simple'));

TestObjectWithMethods::$methods = ['closure' => function () {

}];
$this->assertFalse($interceptor->isAllowedMethod('closure'));

Expand All @@ -193,7 +192,6 @@ public function testIsAllowedCustomMethod()
* @kql-allowed
*/
'closure' => function () {

}
];
$this->assertTrue($interceptor->isAllowedMethod('closure'));
Expand Down

0 comments on commit c6a4b88

Please sign in to comment.