Last Published: 2009-12-01 | Version: 1.1-SNAPSHOT
Maven
|
PHPUnit
|
doxygen
|
PHPDocumentor
Main
Welcome
Tutorial
Preperation
PHP libraries - 5 minute starter guide
PHP web project - 5 minute starter guide
3rd party libraries - How to install 3rd party libraries
Fast unit testing - How to run unit tests quickly
Documentation
Project documentation
Project deployment
The lifecycle
Plugin Goals
Licence
Source code
Articles
Zend Framework Integration
Support
Google group
FAQ
The fastest way to run an unit test.
The fastest way is to call the phpunit goal directly.
mvn org.phpmaven:maven-php-plugin:phpunit -DtestFile=phpfile.php -DflushPHPOutput=true