Hi,

On Wednesday, 29 May 2013 at 11:51 PM, Madhura Jayaratne wrote:

Hi all,

At the test suit level, backupGlobals directive is set to false preventing PHPUnit from backing up and restoring globals for every test. I was wondering why this is set like that.

--
Thanks and Regards,

Madhura Jayaratne

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Different tests have or need different global settings. So I think this is to prevent the global settings of different tests from interfering with each other.

Thanks,
Ayush