Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Oct 10, 2017
1 parent d7b3a62 commit e71c4f7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

use Symfony\Bug\NotExistClass;

class OptionalServiceClass extends NotExistClass
{
if (!function_exists('__phpunit_run_isolated_test')) {
class OptionalServiceClass extends NotExistClass
{
}
}

0 comments on commit e71c4f7

Please sign in to comment.