phpunit 9.6.19-1 source package in Ubuntu

Changelog

phpunit (9.6.19-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

 -- David Prévot <email address hidden>  Sun, 07 Apr 2024 16:37:06 +0200

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
Oracular release universe web

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit_9.6.19-1.dsc 2.0 KiB 9c61c533127fe5959e12411393ae416c8cb141a6c661f3ca7c3b7e5a1adc76fe
phpunit_9.6.19.orig.tar.xz 3.6 MiB b5e2af4f21279de1c2b818a028a6376a3dc31936ea0dfb6b7c722c831290796b
phpunit_9.6.19-1.debian.tar.xz 63.7 KiB 2606703bdf8d833295ba90698c090649f0772ab826743194e92b7bbace8308ce

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.