2017 © Pedro Peláez
 

li3-libraries li3_phinger

This plugin adds ability to use phing to your lithium project

image

buddylindsey/li3_phinger

This plugin adds ability to use phing to your lithium project

  • Wednesday, December 19, 2012
  • by buddylindsey
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15,715 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Phing Li3

A Phing task for running lithium tests., (*1)

Usage

An example phing build file that runs just the lithium tests is below., (*2)

<?xml version="1.0"?>
<project name="lithium-app" default="main">
    <target name="main">
        <taskdef classname="TestTask" classpath="li3_phinger/core" name="li3test" />
        <li3test li3Base="." tests="app\tests" />
    </target>
</project>

Params

li3Base : is the base location for lithium, it'll have the app, libraries directories in it. tests : this is what tests you wish to run, it uses the web interfaces agruments. So "all" will run all the tests, "app\tests" will run all the ones in that namespace, etc., (*3)

Known Issues

Since the way lithium defines it's base for for url handling you will need to mock the Request class and redefine Request::_base() to set $this->base as '/'., (*4)

The Versions

19/12 2012

dev-master

9999999-dev https://github.com/buddylindsey/li3_phinger

This plugin adds ability to use phing to your lithium project

  Sources   Download

MIT License

The Requires

  • php >=5.3

 

testing quality build lithium li3

18/12 2012

dev-dev

dev-dev https://github.com/buddylindsey/li3_phinger

This plugin adds ability to use phing to your lithium project

  Sources   Download

MIT License

The Requires

  • php >=5.3

 

testing quality build lithium li3