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 14, 2021
1 parent 93bc94f commit 2c43ea9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ private function getStubsDirectory(): string
}

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

0 comments on commit 2c43ea9

Please sign in to comment.