News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
The Cost of Test Isolation - Follow-Up
January 20, 2009 @ 11:11:44

Adding on a bit more to a previous post of his look at test isolation (ex. global variables from one test do not effect any others') with an update he's made to the PHPUnit code concerning the isolation.

Since the previous posting, I have added a backup/restore mechanism for static attributes of classes to PHPUnit. This is yet another feature of PHPUnit that makes the testing of code that uses global state (which includes, but is not limited to, global and superglobal variables as well as static attributes of classes) easier.

Two graphs illustrate the difference - one showing a normal run and another with this new feature in use and showing off the performance increase it can give.

0 comments voice your opinion now!
test isolation phpunit xdebug backup restore static attribute


blog comments powered by Disqus

Similar Posts

Derick Rethans' Blog: Random Bugs and Testing RCs

Brian Swan's Blog: BACKUP and RESTORE A Database with the SQL Server Driver for PHP

Tobias Schlitt's Blog: Why code coverage matters

Harrie Verveer's Blog: Benchmarking Xdebug

Mike Purcell's Blog: Use PHPUnit without PEAR


Community Events











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


series release database framework tool example language zendframework2 testing composer community podcast conference code object interview development opinion introduction functional

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