News Feed
Jobs Feed
Sections




News Archive
David Otton's Blog:
php//memory, Unit Tests
November 18, 2008 @ 15:42:01

In looking to test his fputscsv functionality, David Otton found a simple way to measure its performance by using streams.

Then I realised I could use PHP's (fairly) new IO streams to dump the function's output to a temporary buffer, and read it back in for comparison. Not perfect, but it removes concerns about file mutexes, permissions, unique filenames, etc. and speeds up the tests, as they never touch disc.

He uses a custom stream and points it to php://memory to store and read the data from. Code is included in the post as well as example usage. It runs an assert that the value pushed into another memory chunk is the same as the first one (ensuring that the results of his fputcsv calls are valid).

0 comments voice your opinion now!
memory stream test fputcsv unittest assert


blog comments powered by Disqus

Similar Posts

Matt Frost: Mocking SoapClient

Elizabeth Smith's Blog: Php User Streams - why doesn't anyone use them?

WebPerformance.com: Load Testing SugarCRM and the Zend Optimizer

Felix Geisendorfer's Blog: Release early, Release often, CakeTester

Sebastian Bergmann's Blog: Visualizing Text Differences in PHPUnit 3


Community Events











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


community phpunit opinion example usergroup introduction zendframework2 podcast development database conference framework symfony2 functional series rest language testing release interview

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