vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.
-
Updated
Aug 29, 2024 - PHP
vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.
Common PHP Development Tools meta-package
Extends vfsStream's virtual file system to comfortably implement functional tests for file uploads using Symfony's UploadedFile class.
Add a description, image, and links to the vfsstream topic page so that developers can more easily learn about it.
To associate your repository with the vfsstream topic, visit your repo's landing page and select "manage topics."