php-webmozart-assert 1.11.0-3 source package in Ubuntu

Changelog

php-webmozart-assert (1.11.0-3) unstable; urgency=medium

  * Use --require-file for phpabtl (Closes: #1073573)

 -- David Prévot <email address hidden>  Wed, 19 Jun 2024 13:22:51 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-webmozart-assert_1.11.0-3.dsc 1.9 KiB d73f19185c5e62d897e397517a98ff7a3d3b7134fd408c281d8c4815e9df1fd3
php-webmozart-assert_1.11.0.orig.tar.xz 37.6 KiB 46bd2f759fae351c1c98dd2d372daff7be6dac41d372c4bb4cc746968dd01ada
php-webmozart-assert_1.11.0-3.debian.tar.xz 4.6 KiB 07d176fd37af995c70eebc3dc1caea1e02d479abf940f15ed77cbbd988dc53c9

Available diffs

No changes file available.

Binary packages built by this source

php-webmozart-assert: Assertions to validate method input/output with nice error messages

 This library contains efficient assertions to test the input and output
 of methods. With these assertions, one can greatly reduce the amount of
 coding needed to write a safe implementation.