till / Lagged_Test_PHPUnit_ControllerTestCase_Listener

A PHPUnit listener for Zend_Test_PHPUnit_ControllerTestCase

Home Page:http://till.klampaeckel.de/blog/archives/116-Debugging-Zend_Test.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just listen

Install

pear channel-discover easybib.github.com/pear
pear install easybib/Lagged_Test_PHPUnit_ControllerTestCase_Listener-alpha

Btw - there's more.

Usage

In your phpunit.xml:

<phpunit colors="true" syntaxCheck="true">
    <testsuite name="Your TestSuite">
        <file>AllTests.php</file>
    </testsuite>
    <listeners>
        <listener class="Lagged_Test_PHPUnit_ControllerTestCase_Listener" file="Lagged/Test/PHPUnit/ControllerTestCase/Listener.php" />
    </listeners>
</phpunit>

Further reading

http://till.klampaeckel.de/blog/archives/116-Debugging-Zend_Test.html

About

A PHPUnit listener for Zend_Test_PHPUnit_ControllerTestCase

http://till.klampaeckel.de/blog/archives/116-Debugging-Zend_Test.html


Languages

Language:PHP 100.0%