Hi, Brian.

First of all how much tests do you have? Generally 49 seconds is not so long
to test a project. There are still some things to consider:

- Test that use the actual database take longer
- Testing controller and output (like DOM Query) takes even longer
- Generating code coverage reports with your tests also encreases run time.

As all these things increase tests execution you may think of minimizing
them or alternatively you can group your tests with @group to run only
what's needed at the moment.

It's also a good thing to group tests so that you first run:

- quick tests
- tests with a database
- controller/dispatching/output tests


Dmitry.


-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/PHPUnit-taking-forever-tp2133459p2136319.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to