php-phpspec-prophecy 1.14.0-2 source package in Ubuntu

Changelog

php-phpspec-prophecy (1.14.0-2) unstable; urgency=medium

  * Workaround Enums not recognized by phpab

 -- David Prévot <email address hidden>  Thu, 25 Nov 2021 21:57:15 -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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-phpspec-prophecy_1.14.0-2.dsc 1.9 KiB 762c1f357082373e41397d29c1403366556a3ac04fc83c0f0c5ebfcdd1072ce4
php-phpspec-prophecy_1.14.0.orig.tar.xz 57.7 KiB 97a08ff8db87e3d7359a917b3f4d8d2ad2577a4199f51bff93f0d3de6e63d41b
php-phpspec-prophecy_1.14.0-2.debian.tar.xz 5.3 KiB baf15c78e9cb401122488a66727b9d4a9be417cbc625589c09855fbf4dd2836d

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.