News Feed
Jobs Feed
Sections




News Archive
VG Tech Blog:
Mocking the File System Using PHPUnit and vfsStream
December 09, 2011 @ 09:40:13

On the VG Tech blog today there's another post related to unit testing (here's one from before) but this time they're talking about mocking the filesystem with vfsStream, a powerful tool that lets you interact with PHP streams as a virtual file system.

This article is about how to mock the file system when writing unit tests, and it will be rather code-heavy. [...] PHPUnit is the de-facto standard for unit testing in PHP projects, and this is what we will be using together with vfsStream in this article.

The include the code for a simple storage driver (VGF_Storage_Driver_Filesystem) to use with vfsStream with "store", "delete" and "get" methods. Also included are examples of using vfsStream to check things like directory existence, if a file exists, or if a file can be read. A few simple assertions are set up in their sample test to check the methods in their "VGF_Storage_Driver_Filesystem" class.

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


blog comments powered by Disqus

Similar Posts

Stuart Herbert's Blog: Dealing With PEAR Dependency Quirks

MaltBlue.com: How To Build an Extendible Zend Framework Application

IBM developerWorks: Locking down your PHP applications

Matthew Weier O'Phinney: RESTful APIs with ZF2, Part 2

Christian Schaefer's Blog: Using PHP Web Scraper Goutte in a Console Task in a Silex project


Community Events











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


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

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