php-mock 2.3.1-1 source package in Ubuntu

Changelog

php-mock (2.3.1-1) unstable; urgency=medium

  * Add override for suggested package
  * New upstream version 2.3.1
  * Set Standards-Version to 4.6.1
  * Add Multi-Arch: foreign
  * Update debian/* copyright year

 -- James Valleroy <email address hidden>  Mon, 03 Oct 2022 09:21:54 -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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-mock_2.3.1-1.dsc 2.0 KiB e49940625d53b502fb819cf72e7245357eb982d71fe04216f68bb549d2054a91
php-mock_2.3.1.orig.tar.xz 17.6 KiB bb41c526d0e4c9f30399407f2bae07fbabbe8a05ce3c8367d77d9b7784663c17
php-mock_2.3.1-1.debian.tar.xz 2.6 KiB db15fe52e28e85c63b7629a9235c93f84d9ef433a406b8d5d2d5290f3f3575cd

Available diffs

No changes file available.

Binary packages built by this source

php-mock: mock built-in PHP functions

 PHP-Mock is a testing library which mocks non deterministic built-in
 PHP functions like time() or rand(). This is achieved by PHP's
 namespace fallback policy. Therefore it is required to be in a non
 global namespace context and call the function unqualified.
 .
 PHP-Mock has integrations for PHPUnit, Mockery, and Prophecy
 (phpspec).