Sorry, somehow missed the post where you say you run only 3 tests. So it's
indeed quite a long time for 3 tests and it's very strange.

If you run this test how long will it take?

/**
 * @group runMe
 */
class testingSpeedTest extends Zend_Test_PHPUnit_ControllerTestCase
{
    public function testSpeed()
    {
        $this->assertTrue(true);
    }
}

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

Reply via email to