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'; |