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

Changelog

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

  [ Alessandro Lai ]
  * Allow sebastian/recursion-context 5 too
  * Allow PHPUnit 10 too (or other packages wont be allowed)

  [ Christophe Coevoet ]
  * Skip the Factory specs for sebastian/comparator 5+
  * Fix the CI on PHP 8.3 until phpspec supports it officially
  * Improve types for places dealing with class or interface names
  * Update the changelog for 1.18.0

  [ David Prévot ]
  * Build-depend on php-doctrine-instantiator (Closes: #1039818)

 -- David Prévot <email address hidden>  Fri, 08 Dec 2023 07:58:53 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-phpspec-prophecy_1.18.0-1.dsc 1.9 KiB 0ad219b4c0348084db153dd633e28c33716c362de020d9557d95cf727078032d
php-phpspec-prophecy_1.18.0.orig.tar.xz 61.9 KiB cf72cc013ddfa90b23a1256eb9b1572a3678d4fad5cce80869b4e16bcaed8682
php-phpspec-prophecy_1.18.0-1.debian.tar.xz 5.4 KiB d882297977c237bdcec1dd6b9b4aa51dab583e0d75265f816a359add6a7abe5a

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.