Skip to content

Commit

Permalink
Merge pull request #67 from websharks/feature/66
Browse files Browse the repository at this point in the history
`--no-globals-backup` See: #66
  • Loading branch information
jaswsinc committed Apr 6, 2016
2 parents f7e6d27 + 7e1b0d9 commit d77c21c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/psr4/targets/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<exec executable="/usr/bin/env" dir="${project.basedir}" passthru="true" checkreturn="true">
<arg value="phpunit" />
<arg value="--stop-on-failure" />
<arg value="--no-globals-backup" />
<arg value="--bootstrap=${project.basedir}/tests/includes/phpunit.php" />
<arg value="${project.basedir}/tests/phpunit" />
</exec>
Expand Down

0 comments on commit d77c21c

Please sign in to comment.