Name: | php-mikey179-vfsstream |
---|---|
Version: | 1.6.5 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 113905 |
License: | BSD |
RPM: | php-mikey179-vfsstream-1.6.5-1.el7.noarch.rpm |
Source RPM: | php-mikey179-vfsstream-1.6.5-1.el7.src.rpm |
Build Date: | Thu Nov 30 2017 |
Build Host: | x86-ol6-builder-04.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/mikey179/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.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
- provides php-composer(mikey179/vfsstream)