News Feed
Jobs Feed
Sections




News Archive
Paul Jones' Blog:
When Possible, Use File *Resources* Instead Of File *Names*
July 04, 2012 @ 14:10:49

In this new post to his blog Paul Jones makes a suggestion when you're working with files or external connections in your PHP applications - pass the resource, not the file/path name for more flexibility.

In testing the Aura.Http package, I have realized that it's much more flexible, testing wise, to pass around file resources (a.k.a. handles, pointers, or streams) than it is to pass around file names. When you do that, you can use a php://memory stream instead of attempting to touch the file system.

He shows how using this method can make it easier to test with a simple bit of refactoring by passing in the "php://memory" stream rather than the actual file reference. The comment (from Chris Hartjes) also suggests an alternative tool for working with tests that need the file system, vfsStream.

0 comments voice your opinion now!
file resource filename opinion unittest phpmemory stream


blog comments powered by Disqus

Similar Posts

Wojciech Sznapka's Blog: Fully isolated tests in Symfony2

ThinkPHP Blog: Accessing NTLM secured resources with PHP

Brandon Savage's Blog: PHP Interview Questions And Answers

Paul Jones' Blog: Regarding Underscores

Tobias Schlitt's Blog: My first patch to PHP


Community Events











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


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

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