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

Changelog

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

  [ Ciaran McNulty ]
  * Update changeling for 1.9.0

  [ David Prévot ]
  * Set upstream metadata fields: Repository.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.
  * Drop versioned dependency satisfied in (old)stable
  * Update Standards-Version to 4.4.1
  * Simplify testsuite calls

 -- David Prévot <email address hidden>  Sat, 05 Oct 2019 15:31:00 -1000

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-phpspec-prophecy_1.9.0-1.dsc 1.8 KiB a90ad2790eab281df86f93eb96ac66cf4db053787fb822b7fbb2b9c7d7d02676
php-phpspec-prophecy_1.9.0.orig.tar.gz 63.1 KiB 1b8854f7145b77442489178b8351b7cea5829a0e0d3ba8214d94520aa86cbc19
php-phpspec-prophecy_1.9.0-1.debian.tar.xz 4.7 KiB c705bdb0887c67e0338d2df1dc9b4b5d7ab01cdc1ef527f408ee78914f407a7e

Available diffs

No changes file available.

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.