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

Changelog

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

  [ Ciaran McNulty ]
  * update changelog

  [ David Prévot ]
  * Set upstream metadata fields: Bug-Submit.

 -- David Prévot <email address hidden>  Tue, 24 Dec 2019 06:11:37 +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.1-1.dsc 2.1 KiB 3448bd2117c9f486a0cd65d96abcb8b6e581e47c5978c1593c2185f3669d01e4
php-phpspec-prophecy_1.10.1.orig.tar.gz 65.3 KiB d861d304b5eaef46ad44b8e3601fd8eef178e557ce02eb4e60ebb3e7be9760c6
php-phpspec-prophecy_1.10.1-1.debian.tar.xz 4.8 KiB 3df2024db5bd497082a56e7e4cf673e8f243b009250d6f2109a01a53258623d2

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.