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

Changelog

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

  * Initial release (new phpmd build-dependency)

 -- David Prévot <email address hidden>  Fri, 02 Aug 2019 12:22:31 -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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-mikey179-vfsstream_1.6.7-1.dsc 1.8 KiB 9a791217561168c76879f9c486913d8064d82777ec4c39082cb0fa91af06c9e9
php-mikey179-vfsstream_1.6.7.orig.tar.gz 49.2 KiB 59b3618fa83c3b2d13c2e83fca222c80f1048a4d788e0251d200cc867a7aa934
php-mikey179-vfsstream_1.6.7-1.debian.tar.xz 6.1 KiB 6f9a570c2de64c467621716f92f9e04e9f22b853f89aac9acce7315c7a4cc636

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.