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

Changelog

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

  * Initial release

 -- David Prévot <email address hidden>  Tue, 12 May 2015 16:47:29 -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

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-phpspec-prophecy_1.4.1-1.dsc 1.7 KiB f447d079f52825eb4e59c689c0999f1d1d6d2eee9d53198b7b9bb47e4e082b83
php-phpspec-prophecy_1.4.1.orig.tar.gz 52.4 KiB 4419f7e25eb9fadf656b9fbcb2984ad64832e7e35317790a401390f27db52c1d
php-phpspec-prophecy_1.4.1-1.debian.tar.xz 3.0 KiB ac115b31c42d2630da4056fc5d0448a324548104de36cf43c3d83a7d323a3d3d

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.