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

Changelog

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

  [ Jon Dufresne ]
  * Add gitattributes file

  [ Graham Campbell ]
  * Allow reflection-docblock v4

  [ everzet ]
  * Bump changelog

  [ David Prévot ]
  * Drop testsuite removed upstream
  * Update Standards-Version to 4.1.0

 -- David Prévot <email address hidden>  Wed, 06 Sep 2017 18:14:57 -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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-phpspec-prophecy_1.7.2-1.dsc 1.7 KiB ec170eeb3af5cda41162913f15e2d35b610ba05f06e5d98e09df7ddf84f2ec32
php-phpspec-prophecy_1.7.2.orig.tar.gz 35.4 KiB 452bab2cbee290a2fa446e884c8d45a9ea801e8cc89baeffd9fea0eb63ea05ce
php-phpspec-prophecy_1.7.2-1.debian.tar.xz 3.7 KiB 48792774d76caa4f2539365c166260c8c0f17fc225e7a6a8aabbb0cab7ca7efa

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.