Skip to content

Commit

Permalink
Improve code coverage a bit by excluding dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Feb 15, 2024
1 parent 7250de9 commit 8d97358
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ public function __call($method, array $args)
public function onTestSetup(TestEvent $event)
{
if ( !$event->validateSubscriber($this->getTestCase()) ) {
return;
return; // @codeCoverageIgnore
}

// Place code here.
Expand Down

0 comments on commit 8d97358

Please sign in to comment.