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.
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