phpUnderControl
Manuel Pichler recently released phpUnderControl. As of today phpUnderControl is hosted on phpunit.de.
phpUnderControl aims to make the first steps with CruiseControl and PHP as easy as possible. It integrates three of the best PHP development tools into CruiseControl, combined with an easy setup routine and a small example project. With the provided XSL stylesheets, the generated output of PHPUnit, PHP_CodeSniffer and phpDocumentor can be visualized in CruiseControl.
phpUnderControl aims to make the first steps with CruiseControl and PHP as easy as possible. It integrates three of the best PHP development tools into CruiseControl, combined with an easy setup routine and a small example project. With the provided XSL stylesheets, the generated output of PHPUnit, PHP_CodeSniffer and phpDocumentor can be visualized in CruiseControl.
19/11/2007 at 16:26 Permalink
Is there a phpUnderControl download available for people without Subversion clients or behind Firewalls?
Reply
19/11/2007 at 16:50 Permalink
Reply
20/11/2007 at 09:07 Permalink
and I go to phpUnderControl\bin and execute php phpuc.php install C:\cruisecontrol-bin-2.7.1 ,
an error message occurs:
OutOfRangeException: Unknown or writonly property $fileName. in phpUnderControl\src\AbstractSetting.php on line 85
Call Stack:
0.0016 55872 1. {main}() phpUnderControl\bin\phpuc.php:0
0.0046 170152 2. pucPhpUnderControl->run() phpUnderControl\bin\phpuc.php:61
0.0128 296256 3. pucPhpUnderControl->validateSettings() phpUnderControl\src\PhpUnderControl.php:80
0.0137 296568 4. pucAbstractPearSetting->validate() phpUnderControl\src\PhpUnderControl.php:144
0.0159 298792 5. pucAbstractSetting->__get() phpUnderControl\src\AbstractSetting.php:0
The AbstractSetting->properties array contains these items at this point:
array(3) {
["cliTool"]=> string(6) "phpdoc"
["outputDir"]=> string(48) "D:\DOKUME~1\Administrator\LOKALE~1\Temp\/php-under-control"
["pearInstallDir"]=> NULL
}
Reply
20/11/2007 at 09:14 Permalink
Thanks!
Reply