News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
Global Variables and PHPUnit
June 17, 2008 @ 08:49:19

Sebastian Bergmann has a new post today about a feature of the PHPUnit unit testing tool that has the possibility of breaking when objects are introduced - backing up the globals.

It is hard to test code that uses singletons. The same is true for code that uses global variables. Typically, the code you want to test is coupled strongly with a global variable and you cannot control its creation. An additional problem is the fact that one test's change to a global variable might break another test.

You can disable the backup option if you'd like by setting the $backupGlobals option in your test to false. This lets PHPUnit know that you want to leave the globals (and superglobals) alone during the run.

0 comments voice your opinion now!
global variable phpunit unittest backup global superglobal test disable


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann's Blog: The Cost of Test Isolation - Follow-Up

Mike Purcell's Blog: PHPUnit - How to Run PHPUnit Against a Specific Test

Sebastian Bergmann's Blog: Global Variables and PHPUnit

Brandon Savage's Blog: Superglobals In Classes: Revisited

Chris Hartjes' Blog: Tricorder: A Testing Helper for PHP


Community Events









Don't see your event here?
Let us know!


language opinion api framework code development podcast object composer introduction unittest testing interview release tool example database zendframework2 community phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework