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

Changelog

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

  [ David Prévot ]
  * Add phpab dependency for ci tests
  * Update Standards-Version to 4.0.1

  [ Sebastian Bergmann ]
  * Allow sebastian/comparator ^2.0
  * Allow sebastian/recursion-context ^3.0

  [ Konstantin Kudryashov ]
  * Bump changelog

 -- David Prévot <email address hidden>  Mon, 21 Aug 2017 17:26:32 -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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-phpspec-prophecy_1.7.0-1.dsc 1.8 KiB ae74f829f7009c22ef9552ba293c9127c084f1b76660684496d7ed75c7158942
php-phpspec-prophecy_1.7.0.orig.tar.gz 58.9 KiB 7825f7b942fc9887fa0311ab84fcca3ddb6b99ab8405995a3783e00165944c20
php-phpspec-prophecy_1.7.0-1.debian.tar.xz 3.9 KiB 88114c03e670889d1eb3271fe8bfb0450fa495d9b7605a819b549a41a5c31a12

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.