Sebastian Bergmann schrieb: > Author: sb > Date: Thu Jun 4 10:00:17 2009 > New Revision: 10425 > > Log: > - Initial work on the new test runner. > > Modified: > trunk/UnitTest/src/run.php > trunk/UnitTest/src/test/new_runner.php
I started with the refactoring of our test runner. For the time being, the new test runner is invoked like this $ php UnitTest/src/run.php runtests.php is still the old test runner. Once the refactoring is complete and the test runner has been well tested, run.php will be moved to runtests.php and new_runner.php will be moved to runner.php. The goal of this refactoring is to reduce the amount of modifications compared to PHPUnit's own test runner while keeping the ezc-specific functionality (test suite discovery and DSN handling) in place. The current code works, but it is not yet complete. PHPUnit's own ResultPrinter is currently used, for instance. The biggest issue at the moment is that running tests through the new runner is a lot slower than running them through the old test runner -- which really confuses me. I will dig into this issue later. -- Sebastian Bergmann System Developer [email protected] | eZ Systems | http://ez.no
signature.asc
Description: OpenPGP digital signature
-- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
