Skip to content

Commit

Permalink
Partially revert 39e2172
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 28, 2021
1 parent 58da926 commit d1fe984
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,10 @@
<delete dir="${basedir}/vendor"/>
<delete file="${basedir}/composer.lock"/>

<exec executable="${basedir}/build/artifacts/phpunit-snapshot.phar" taskname="phpunit" failonerror="true" />
<exec executable="${basedir}/build/artifacts/phpunit-snapshot.phar" taskname="phpunit" failonerror="true">
<arg value="--testsuite" />
<arg value="unit" />
</exec>

<delete file="${basedir}/tests/autoload.php"/>
</target>
Expand Down

0 comments on commit d1fe984

Please sign in to comment.