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

Changelog

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

  [ Ciaran McNulty ]
  * Prepare for 1.10.0 release

  [ David Prévot ]
  * Set upstream metadata fields: Bug-Database, Repository, Repository-Browse.
  * Actually include local path for tests

 -- David Prévot <email address hidden>  Mon, 23 Dec 2019 05:14:28 +1100

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.10.0-1.dsc 2.1 KiB 87f86d12e259cea35959a8246272a9622af67acb015b0506c745ae75f17958c8
php-phpspec-prophecy_1.10.0.orig.tar.gz 65.2 KiB 4c4d82a65bdf0f1526dc1a21b221c8f38cad348b4df8694b7130716657f9b28e
php-phpspec-prophecy_1.10.0-1.debian.tar.xz 4.7 KiB 4c1202610a5cae991461948e14b63c591309791d0f4e93cf7ba40543379585d4

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.