Hi, Dennis, and thanks a lot for your reply ! Now my tests are running in process isolation and the problem is solved : my plugins are no longer registered for each test.
About your first suggestion : I don't call parent::setUp() method because this method is calling $this->bootstrap-> bootstrap() which would bootstrap all my resources... and I don't want so. So, now, the problem is solved but another one appeared ! When I launch my tests, if one of those fail, I've got a RunTimeException for each test after the failure. I'm a little disappointed because there's no explanation about this Exception, PHPUnit just tell me "RunTimeException:" Can I ask for your help once again ? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Unit-Test-Plugins-loaded-multiple-times-tp3213501p3215506.html Sent from the Zend Framework mailing list archive at Nabble.com.
