phpUnderControl

Sebastian Bergmann » 19 November 2007 » in PHPUnit » 4 Comments

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.
Defined tags for this entry: , , , , ,

Trackback specific URI for this entry

4 Comments to "phpUnderControl"

Display comments as (Linear | Threaded)
  1. René Leonhardt
    19/11/2007 at 16:26 Permalink
    Great to see CruiseControl integration in PHP!

    Is there a phpUnderControl download available for people without Subversion clients or behind Firewalls?

    Reply

  2. Sebastian Bergmann
    19/11/2007 at 16:50 Permalink
    http://www.manuel-pichler.de/uploads/phpUnderControl/downloads/phpUnderControl-0.1.1.tar.gz

    Reply

  3. René Leonhardt
    20/11/2007 at 09:07 Permalink
    When I extract cruisecontrol-bin-2.7.1.zip on Windows XP to C:\, resulting in C:\cruisecontrol-bin-2.7.1
    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

  4. Sebastian Bergmann
    20/11/2007 at 09:14 Permalink
    Can you please open a ticket for this issue on phpunit.de? There is a phpUnderControl category in the issue tracker.

    Thanks!

    Reply

0 Trackbacks to "phpUnderControl"

  1. No Trackbacks

Add Comment


To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

Submitted comments will be subject to moderation before being displayed.