Starting from version 2.2, the GreenPepper Eclipse Plugin can be used with the Zend Studio for Eclipse. This allow fixture to be written in PHP language.
GreenPepper Extension : PHP
Source : http://www.greenpeppersoftware.com/svn/trunk/java/extensions-external/php/
The file greenpepper-extensions-php-x.x.x-jar-with-dependencies.jar must be added to the active runner jar files. You can find this file here
or the current snapshot here
.
Plugin Configuration
System Under Development class name : com.greenpepper.phpsud.PHPSud
Constructor args : [PHP Executable path];[Working Directory];[PHP file to initialize the system]
Ex: default;.;init.php
where default = use the default location of the php executable (On Unix: /usr/bin/php, On Windows : ../php/php.exe)
. = current directory where the init.php file is found (and other dependency files)
init.php = PHP file to initialize the system