Name: | php-mikey179-vfsstream |
---|---|
Version: | 1.6.8 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 114273 |
License: | BSD |
RPM: | php-mikey179-vfsstream-1.6.8-1.el7.noarch.rpm |
Source RPM: | php-mikey179-vfsstream-1.6.8-1.el7.src.rpm |
Build Date: | Wed Mar 24 2021 |
Build Host: | afc768074c2545029bee87770e172b93 |
Vendor: | Oracle America |
URL: | https://github.com/bovigo/vfsStream |
Summary: | PHP stream wrapper for a virtual file system |
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'; |
- update to 1.6.8 - project ownership have moved to bovigo - provides both mikey179/vfsstream and mikey179/vfsStream
- Update to 1.6.5
- update to 1.6.4
- update to 1.6.3
- update to 1.6.2
- update to 1.6.1
- update to 1.6.0 - add generated autoloader
- update to 1.5.0 - create source from git snapshot for test suite see https://github.com/mikey179/vfsStream/issues/108
- update to 1.4.0
- update to 1.3.0 - fix license handling