phpunit 9.6.3-1 source package in Ubuntu

Changelog

phpunit (9.6.3-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

 -- David Prévot <email address hidden>  Tue, 07 Feb 2023 13:40:51 +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
Lunar release universe web

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit_9.6.3-1.dsc 2.0 KiB 94448fa38e755cf397584bad125460d953678d87d5527ad0ba090ba69ba1ddbf
phpunit_9.6.3.orig.tar.xz 3.5 MiB dfc11f2ee89b183922375d15ff023be673553c33a0e463b33adea89001da6359
phpunit_9.6.3-1.debian.tar.xz 62.4 KiB 952d815050e99116f980120678c3b06c23d577832adfe06d025680a75f9f6155

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.