[Phpmyadmin-devel] PHPUnit tests and backupGlobals

Ayush Chaudhary ayushchd at gmail.com
Thu May 30 05:44:32 CEST 2013


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 at lists.sourceforge.net (mailto:Phpmyadmin-devel at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20130530/4b15b1d5/attachment.html>


More information about the Developers mailing list