Skip to content

Commit

Permalink
Added code coverage ignore for exceptions fix as it will be removed s…
Browse files Browse the repository at this point in the history
…oon, and travis ci doesn't test hhvm (yet)
  • Loading branch information
zakhenry committed Jun 22, 2015
1 parent d55365a commit 647a819
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/app/Exceptions/ExceptionsFix.php
Expand Up @@ -13,6 +13,9 @@
use Symfony\Component\Console\Output\ConsoleOutput;
use Symfony\Component\Debug\Exception\FatalErrorException;

/**
* @codeCoverageIgnore
*/
class HandleExceptionsFix {


Expand Down

0 comments on commit 647a819

Please sign in to comment.