[zeta-dev] PHPUnit regression: cannot run the testsuite of one component

2012-02-09 Thread James Pic
Hi all, Before, we could run the test suite of a component as such: UnitTest/src/runtests.php Database But the new test runner does not allow this. For example, phpunit --filter Database will fail in two ways: 0) test cases without Database in the class name will be omited (ie. ezcQueryExpressio

Re: [zeta-dev] Zeta Components report is late

2012-02-09 Thread Derick Rethans
Hi, I've added a template; can you guys look at it and improve it so that one of our mentors can approve it? cheers, Derick On Wed, 8 Feb 2012, Jukka Zitting wrote: > Hi, > > The February 2012 [1] report from Zeta Components is still missing. If > you don't have a report ready for this month

Re: [zeta-dev] Zeta Components report is late

2012-02-09 Thread Derick Rethans
On Wed, 8 Feb 2012, Jukka Zitting wrote: > The February 2012 [1] report from Zeta Components is still missing. If > you don't have a report ready for this month, please note so in the > wiki page and prepare to report again next month. I've added one now. > What's the status of the Zeta Componen

[zeta-dev] Re: PHPUnit regression: cannot run the testsuite of one component

2012-02-09 Thread James Pic
We might have a better solution, if only Sebastian accepts to add a --testsuite filter. Please read the pull request description for details: https://github.com/sebastianbergmann/phpunit/pull/494 Credits to Derick for his great support while finding/implementing this solution (0day fix found, fee

Re: [zeta-dev] Re: PHPUnit regression: cannot run the testsuite of one component

2012-02-09 Thread Maxime Thomas
2012/2/9 James Pic > We might have a better solution, if only Sebastian accepts to add a > --testsuite filter. > > Please read the pull request description for details: > https://github.com/sebastianbergmann/phpunit/pull/494 > > Credits to Derick for his great support while finding/implementing t

Re: [zeta-dev] Re: PHPUnit regression: cannot run the testsuite of one component

2012-02-09 Thread James Pic
Sorry there was a small isssue with the previous pull request so here's the new URL: https://github.com/sebastianbergmann/phpunit/pull/495