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

Changelog

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

  * Rebuild with bootstrapped phpunit

 -- Gianfranco Costamagna <email address hidden>  Sat, 23 Nov 2019 19:31:50 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
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-1build5.debian.tar.xz 4.7 KiB 5418ae808c04ec5bb16daa7524646f996cc594fcb1e4ed316cc2ae6789c4c3cd
php-phpspec-prophecy_1.9.0-1build5.dsc 2.1 KiB bfe92f14981bddd528bc6bb0fe37077185e651ac11480cb46f8b51e85fa4e366

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.