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

Changelog

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

  [ Christophe Coevoet ]
  * Add support for doctrine/instantiator 2.0
  * Update changelog

  [ David Prévot ]
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <email address hidden>  Fri, 03 Feb 2023 14:12:52 +0100

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-phpspec-prophecy_1.17.0-1.dsc 1.9 KiB 588f2af26be1f7b3000ef95c6090cc2247aa097dd0d9bc2eb97d69cc85303cf7
php-phpspec-prophecy_1.17.0.orig.tar.xz 60.5 KiB 7808eac856c01c9fa7d155e8938ef2d716590e022e19dec40a1af3c879615c5a
php-phpspec-prophecy_1.17.0-1.debian.tar.xz 5.2 KiB 50030a6ea10c43a4792c944c1919729f07b7de9439e71642fca977af0f0b101d

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.