php-mikey179-vfsstream 1.6.10-1 source package in Ubuntu

Changelog

php-mikey179-vfsstream (1.6.10-1) unstable; urgency=medium

  [ Vladimir Jimenez ]
  * Fix more PHP 8.1 compat features
  * Update CHANGELOG with v1.6.10 release notes

  [ David Prévot ]
  * Simplify gbp import-orig
  * Install dh-sequence-* instead of using dh --with
  * Update standards version to 4.6.0, no changes needed.
  * Install examples
  * Install /u/s/p/autoloaders file

 -- David Prévot <email address hidden>  Sun, 10 Oct 2021 10:05:36 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-mikey179-vfsstream_1.6.10-1.dsc 1.8 KiB ca5d2ec26b82e66ecf71854acd018744194f436a142a490b2d3cddaaa793f3e9
php-mikey179-vfsstream_1.6.10.orig.tar.xz 41.6 KiB 1a76af1d19f504fd2c96d17f81230ffd5ff08f40ee3aea37c8c5fd1d675de1fa
php-mikey179-vfsstream_1.6.10-1.debian.tar.xz 11.7 KiB 89e0a18a7ae2566522983d56205728c9c3908078a263f89d2868d546eaba4c69

Available diffs

No changes file available.

Binary packages built by this source

php-mikey179-vfsstream: Virtual file system to mock the real file system in unit tests

 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.