phpunit 9.6.20-1 source package in Ubuntu

Changelog

phpunit (9.6.20-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Bump dependencies (so that users that install using Composer's
    --prefer-lowest CLI option also get recent versions)
  * Prepare release

  [ David Prévot ]
  * Update Standards-Version to 4.7.0

 -- David Prévot <email address hidden>  Thu, 18 Jul 2024 18:39:17 +0900

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.20-1.dsc 2.0 KiB cea709d6eaa8fc05b55ae36be05f58d58e7536e480ba8cb746f0e236b780f887
phpunit_9.6.20.orig.tar.xz 3.8 MiB eff2aecc70b8fecc1ab5c51b963f8b5a4f7546369a4f9b991dfd46bc35f99b98
phpunit_9.6.20-1.debian.tar.xz 63.7 KiB 73a3597494be6b405a26c4d5ff87ab6cb3bc31177217cc2003fd1de50c2cbc7d

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.