News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
The Cost of Test Isolation (and other PHPUnit Features)
November 27, 2008 @ 13:04:30

Sebastian Bergmann as a new post talking about a few of the features of the PHPUnit unit testing framework, especially test isolation.

Some of PHPUnit features come with the cost of a performance penality. This posting explores the effect of the --no-syntax-check, $backupGlobals = FALSE;, and --coverage-html options.

He compares benchmarks for a test with few different settings - $GLOBALS, syntax check and code coverage (including graphical output of the execution times on the various parts of the tests).

0 comments voice your opinion now!
test isolation phpunit feature setting output graphic


blog comments powered by Disqus

Similar Posts

Federico Cargnelutti's Blog: Testing Zend Framework Action Controllers With Mocks

Zend Developer Zone: Cachegrind-less profiling with Xdebug 2.0

Sebastian Bergmann's Blog: Distributed Testing with PHPUnit 3.1

Lorna Mitchell's Blog: Building A RESTful PHP Server: Output Handlers

Mike Lively's Blog: PHPUnit Database Extension (DBUnit Port)


Community Events











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


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

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