Skip to content

Commit

Permalink
fixed phing target name
Browse files Browse the repository at this point in the history
  • Loading branch information
rodnaph committed Jun 24, 2011
1 parent 1b31695 commit e0b8a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -13,7 +13,7 @@
passthru="true" />
</target>

<target name="test-php" depends="test-php,test-cs" description="Run all tests"></target>
<target name="test" depends="test-php,test-cs" description="Run all tests"></target>

<target name="pear-package">
<exec command="php package.php" passthru="true" />
Expand Down

0 comments on commit e0b8a0b

Please sign in to comment.