weierophinney wrote: > > There are ways to avoid that, while still maintaining a normal workflow > within ControllerTestCase. > > * Create a decorator for the base Locale resource that does checks on > the environment in order to determine how to act. Doing this allows > you to use the same resource regardless of environment. > > I'd try one of these approaches, and then modify your test case to do > the recommended workflow. >
I choose this solution and it works very well. Thank you a lot for your help ! It resolved most of my issues ! Jeace -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Unit-Test-Plugins-loaded-multiple-times-tp3213501p3217797.html Sent from the Zend Framework mailing list archive at Nabble.com.
