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

Changelog

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

  [ Tyson Andre ]
  * Remove workarounds for unsupported HHVM

  [ kschatzle ]
  * Support standalone and nullable types for true, false, and null.

  [ Gildas Quéméner ]
  * Support PHP 8.2
  * Support doubling readonly class

  [ Ciaran McNulty ]
  * Update changelog

  [ David Prévot ]
  * Drop now useless overrides

 -- David Prévot <email address hidden>  Wed, 30 Nov 2022 06:00:20 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-phpspec-prophecy_1.16.0-1.dsc 2.2 KiB 142ebb243a099ab1f79a9f23d8cdbd1b13f07a386bf2aa813ae0776e389cba1b
php-phpspec-prophecy_1.16.0.orig.tar.xz 58.8 KiB f3e35657129d2b114ffcea63df7a1a4a3846ea3abf795848e92798b9032dd5ab
php-phpspec-prophecy_1.16.0-1.debian.tar.xz 5.2 KiB 83f458a5bd1d6a018a30ec9f9f5415cacdac046484986333a731be703de8292f

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.