News Feed
Jobs Feed
Sections




News Archive
Sebastian Göttschkes' Blog:
Using vsfstream (with symfony2)
April 05, 2012 @ 11:32:50

In this recent post Sebastian Göttschkes shows how to use the vfsStream stream wrapper in a Symfony2 application to create tests that involve the local file system.

I read about vsfstream when skipping through the phpunit docs. Back then, I decided I don't need a virtual file system. Some time later, I had to test classes which read and write files and found myself creating and deleting temporary folders, messing around with nasty errors (like my favourite one where for some reasons tests fail when I don't use @runTestsInSeparateProcesses).

He walks you through the install process, how to register it in the Symfony2 autoloader (so you don't have to include the files each time) and how to include it (via namespace-based loading) in your tests.

0 comments voice your opinion now!
vfsstream symfony2 tutorial filesystem unittest phpunit


blog comments powered by Disqus

Similar Posts

ThinkPHP Blog: Creating press-ready PDF documents on the fly including individual barcodes

phpRiot.com: Shortening URLs for goo.gl with Google's URL Shortener API

PHPFreaks.com: Working with checkboxes and a database

DevShed: Developing a Form Validation System with the Observer Pattern in PHP

Andrea Giammarchi's Blog: PHP Serialization And Recursion Demystified


Community Events











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


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

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