Riiight. Ok, so the dummyTest is running fine. I didn't realize that the phpunit.xml file would be loaded whenever I call phpunit unless there is the --no-configuration flag.
So even if there aren't very many tests, then it will load my entire application. Which could be taking 40ish seconds to run through (without any tests to speak of). Does that sound plausible? Brian On Sun, May 9, 2010 at 12:07 AM, Brian Caspe <[email protected]> wrote: > Hey Dmitry, > > Thanks for the feedback. I even ran a test that was DummyTest (something > like just one assertFalse(false) test) without bootstrapping the application > at all and it took the same amount of time... I'll try to run phpunit with > the xml report on speed and post the results! > > Thanks! > > brian > > > On Sat, May 8, 2010 at 7:48 PM, dmitrybelyakov <[email protected]>wrote: > >> >> Also you can run phpunit with an option to generate JUnit-like xml report. >> Than you can see the time each test runs. >> -- >> View this message in context: >> http://zend-framework-community.634137.n4.nabble.com/PHPUnit-taking-forever-tp2133459p2136327.html >> Sent from the Zend Framework mailing list archive at Nabble.com. >> > > > > -- > +420 608 577 012 > > Prague Playhouse > www.pragueplayhouse.com > -- +420 608 577 012 Prague Playhouse www.pragueplayhouse.com
