> Failed 10/10 test scripts, 0.00% okay. 10/0 subtests failed, 0.00% > okay. > > No problem if I run the tests separatelly. > > Any idea? > > sf 1.4 > > Are you using lime ? try using ./symfony test:functional frontend -t
"If some tests fail, you can use the --trace option to have more information about the failures:" You're probably having failures becouse multiple functional tests are sharing the same memory space. Phpunit has an option called "processIsolation" to solve this kind of issues. Maybe you should give http://www.symfony-project.org/plugins/sfPHPUnit2Plugin a try. Cheers --- Francesco -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en