Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

till/Lagged_Test_PHPUnit_ControllerTestCase_Listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages