PHP Classes

File: build.xml

Recommend this page to a friend!
  Classes of Joel Gaujard   CodeIgniter GetText   build.xml   Download  
File: build.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CodeIgniter GetText
Load locale texts for CodeIgniter applications
Author: By
Last change:
Date: 6 years ago
Size: 340 bytes
 

Contents

Class file image 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>