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

Changelog

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

  [ Jani Kärenaho ]
  * Updated ExportUtil to reflect the latest version of
    sebastianbergmann/exporter

  [ Konstantin Kudryashov ]
  * Update CHANGES.md

  [ David Prévot ]
  * Relax version dependency
  * Adapt package to new phpunit-recursion-context dependency
  * Update Standards-Version to 3.9.7

 -- David Prévot <email address hidden>  Mon, 15 Feb 2016 23:17:26 -0400

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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-phpspec-prophecy_1.6.0-1.dsc 1.7 KiB 3cc98d943d5b30b0d0c37a50b2946e4a0333dc21c6c825bfafde73d16b08bafd
php-phpspec-prophecy_1.6.0.orig.tar.gz 59.7 KiB 005bab8d6daf9c32788d8230af302468ac83ec5a8ca98d924a207081645cae2f
php-phpspec-prophecy_1.6.0-1.debian.tar.xz 3.6 KiB 9bc2feb2931e1e1bf037fb8d3f7560e064d4a5d0072ec43e11c4d8a76e57af18

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.