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

Changelog

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

  * Build-depend on php-phpdocumentor-reflection-docblock (Closes: #1020014)
  * Revert "Workaround Enums not recognized by phpab"
  * Update Standards-Version to 4.6.1

 -- David Prévot <email address hidden>  Sun, 18 Sep 2022 10:01:40 +0200

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-phpspec-prophecy_1.15.0-2.dsc 1.9 KiB 9c85aad2760be767de0a0415adbcc8c789b667d320b4cdd85f2b3b7a43b9a94a
php-phpspec-prophecy_1.15.0.orig.tar.xz 58.0 KiB de218040dead65905673f9fc51f4452944165899b5f6013f5a2e064e3232e66b
php-phpspec-prophecy_1.15.0-2.debian.tar.xz 5.1 KiB 654113d002f1d997bf6c9593d14c3e9c29342586b04596f0903c7dfb9b7cc07f

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.