Skip to content

Commit

Permalink
Infection should ignore untestable code
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Oct 13, 2021
1 parent 2bb9af0 commit b8a561a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ private function getStubsDirectory(): string
}

// @codeCoverageIgnoreStart
// @infection-ignore-all
// Untestable code
throw CouldNotFindPhpStormStubs::create();
// @codeCoverageIgnoreEnd
Expand Down

0 comments on commit b8a561a

Please sign in to comment.