Recommend this page to a friend! |
Classes of Joel Gaujard | > | CodeIgniter GetText | > | build.xml | > | Download |
|
![]() |
<?xml version="1.0" encoding="UTF-8"?> <project name="CodeIgniter GetText" default="UnitTestReport"> <autoloader autoloaderpath="vendor/autoload.php"/> <target name="UnitTestReport"> <phpunitreport infile="report/junit.xml" format="noframes" todir="report/" styledir="vendor/phing/phing/etc/" /> </target> </project> |