Skip to content

Instantly share code, notes, and snippets.

@icambridge
Created January 21, 2012 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icambridge/1654434 to your computer and use it in GitHub Desktop.
Save icambridge/1654434 to your computer and use it in GitHub Desktop.
Phing build file
<?xml version="1.0"?>
<project name="lithium-app" default="main">
<target name="main">
<taskdef classname="Li3_TestTask" name="li3test" />
<li3test li3Base="." tests="app\tests" />
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment