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

Changelog

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

  [ Konstantin Kudryashov ]
  * Update CHANGES.md

 -- David Prévot <email address hidden>  Sun, 25 Oct 2015 12:13:31 -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.5.0-1.dsc 1.7 KiB 8d70827fce21d1aff6ac2c41473876b35ebbd8901de6e7ab7634f1d2b204882b
php-phpspec-prophecy_1.5.0.orig.tar.gz 56.2 KiB 99b5fb2f455f155ed1c602788219bffa943d821fe3a9c4ee6deb7d3f4c5482f5
php-phpspec-prophecy_1.5.0-1.debian.tar.xz 3.1 KiB a47d6fe9450be8d74c5fa92bcb9f8b4f3901540bea1bbd07098951e96b5ccfc5

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.