phpunit 9.6.17-1 source package in Ubuntu

Changelog

phpunit (9.6.17-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

  [ David Prévot ]
  * Force system dependencies loading

 -- David Prévot <email address hidden>  Sun, 25 Feb 2024 12:29:29 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe web

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit_9.6.17-1.dsc 2.0 KiB 374824d8f4490a369bc259f7c85b6b8a7c9d381abf6f5f1cd9ad61c6f1cfd17c
phpunit_9.6.17.orig.tar.xz 3.6 MiB a2d2d70b3051f819b669c74a31dace999335d057fcb89099b39b2fc0415296a9
phpunit_9.6.17-1.debian.tar.xz 63.6 KiB 84d824732b184e935251039c0eddc345dbd074cd1084aad78f1bcc0edf54528f

Available diffs

No changes file available.

Binary packages built by this source

phpunit: Unit testing suite for PHP

 Unit testing allows you to write small test methods which verify units of
 functionality in your program. It is a powerful technique for improving the
 quality of your software, preventing regressions, and allowing confident
 refactoring of your code.
 .
 PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit
 testing framework, designed by Kent Beck and Erich Gamma. If you've used
 JUnit (for Java), PyUnit (for Python), CxxUnit (for C++), or any of the
 other equivalents for other languages, the API for this package should seem
 fairly familiar. If you've never written unit tests before, the PHPUnit
 API is simple to learn and use.