Skip to content

Commit

Permalink
--no-globals-backup See: #66
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswsinc committed Apr 6, 2016
1 parent f7e6d27 commit 7e1b0d9
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 7e1b0d9

Please sign in to comment.