php-phpspec-prophecy 1.9.0-1build6 source package in Ubuntu

Changelog

php-phpspec-prophecy (1.9.0-1build6) focal; urgency=medium

  * Rebuild against newly bootstrapped phpunit.

 -- Gianfranco Costamagna <email address hidden>  Sun, 24 Nov 2019 09:26:22 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
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-phpspec-prophecy_1.9.0.orig.tar.gz 63.1 KiB 1b8854f7145b77442489178b8351b7cea5829a0e0d3ba8214d94520aa86cbc19
php-phpspec-prophecy_1.9.0-1build6.debian.tar.xz 4.8 KiB f9f749f04570b75c3b286ec0b7c838e775a46be90e0f644756bcb925892b2592
php-phpspec-prophecy_1.9.0-1build6.dsc 2.1 KiB 3a36fe1c0a856eeeac88f2fa80049313a980a629620f8e035a152048f65ceaac

View changes file

Binary packages built by this source

php-phpspec-prophecy: object mocking framework - phpspec component

 Prophecy is an opinionated and flexible PHP object mocking framework.
 .
 It was initially created to fulfil phpspec2 needs, but is flexible enough
 to be used inside any testing framework out there with minimal effort.
 .
 phpspec can help write clean and working PHP code using behaviour driven
 development or BDD. BDD is a technique derived from test-first development.