Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Fixed phing warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Sep 30, 2015
1 parent 1021fed commit 3dcd8a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions lib/custom/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
<exec command="${bindir}phpunit -d memory_limit=-1 --include-path ${coredir} --configuration=phpunit-coverage.xml ."
dir="tests" checkreturn="true" logoutput="true"/>
</target>

<target name="testperf" description="Executes performance tests">
</target>

<target name="check" description="Executes code sniffer">
<echo msg="Executing code sniffer" />
Expand Down
4 changes: 3 additions & 1 deletion phing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</target>

<target name="testperf" description="Executes all performance tests">
<phing target="testperf" haltonfailure="true" dir="lib/custom" />
<echo msg="No performance tests available" />
</target>

<target name="coverage" description="Generates the code coverage report">
Expand All @@ -23,9 +23,11 @@
</target>

<target name="i18n" description="Creates all translation files">
<echo msg="No translation files available" />
</target>

<target name="build" description="Creates all files to be generated" >
<echo msg="Nothing to build" />
</target>

<target name="release" description="Creates new release" depends="build">
Expand Down

0 comments on commit 3dcd8a8

Please sign in to comment.