Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-mikey179-vfsstream - PHP stream wrapper for a virtual file system

Website:
https://github.com/bovigo/vfsStream
Licence:
BSD
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
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.el7.remi.noarch [28 KiB] Changelog by Remi Collet (2022-08-11):
- update to 1.6.11
php-mikey179-vfsstream-1.6.10-2.el7.remi.noarch [28 KiB] Changelog by Remi Collet (2022-06-30):
- add upstream patch for 8.2
- skip test suite with PHP >= 8.1