php-mikey179-vfsstream - PHP stream wrapper for a virtual file system
Website: | https://github.com/bovigo/vfsStream |
---|---|
License: | BSD |
Vendor: | Alcance Libre, Inc. |
- Description:
vfsStream is a PHP 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. To use this library, you just have to add, in your project: require_once '/usr/share/php/org/bovigo/vfs/autoload.php';
Packages
php-mikey179-vfsstream-1.6.11-1.aldos.src [57 KiB] |
Changelog
by Remi Collet (2022-08-11):
- update to 1.6.11 |