Skip to content

Commit

Permalink
Added more scripts to composer.json and more rules for PHPCBF
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Feb 11, 2023
1 parent 454ed8b commit b3cf21b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.ant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
<exec executable="${phpunit}" resultproperty="result.phpunit" taskname="phpunit">
<arg value="--configuration"/>
<arg path="${basedir}/build/phpunit.xml"/>
<arg path="tests"/>
</exec>
<property name="phpunit.done" value="true"/>
</target>
Expand Down
1 change: 0 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@
<exec executable="${phpunit}" returnProperty="result.phpunit" taskname="phpunit">
<arg value="--configuration"/>
<arg path="${project.basedir}/build/phpunit.xml"/>
<arg path="tests"/>
</exec>
<property name="phpunit.done" value="true"/>
</target>
Expand Down

0 comments on commit b3cf21b

Please sign in to comment.