News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
VG Tech Blog:
Unit Testing with Streams in PHP
December 08, 2011 @ 09:13:28

On the VG Tech blog today there's a new post from André Roaldseth about using PHPUnit to test PHP streams, basing the assertions on the data rather than the functionality itself.

Using the memory/temporary stream provided by php:// stream wrapper you can create a stream with read and write access directly to RAM or to a temporary file [using "php://memory"]. This gives you the possibilty to write unit tests that does not rely on a specific file, resource or stream, but rather on data provided by the test itself.

There's no specific code examples here, but you can refer to the stream wrappers section of the PHP manual for more details on this and other handy built-in streams. Once created, it can then be used just as any other stream resource can. This could be useful to provide mocks in your testing, replacing any other stream-able resource with a "memory" or "temp" placeholder.

0 comments voice your opinion now!
unittest stream memory temp wrapper mock object



blog comments powered by Disqus

Similar Posts

Seastian Bergmann's Blog: Object-Relational Behavioral Patterns

Sebastian Bergmann's Blog: Tutorial at ZendCon 2007

DevShed: Introducing the Composite Pattern in PHP 5

Benjamin Eberlei's Blog: Test your Legacy PHP Application with Function Mocks!

Evolt.org: PHP Localization with TMX standard


Community Events





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


language release phpunit introduction testing opinion application podcast injection zendframework2 database community framework unittest conference code interview dependency symfony2 voicesoftheelephpant

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