phpunit 9.5.4-1 source package in Ubuntu

Changelog

phpunit (9.5.4-1) experimental; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

 -- David Prévot <email address hidden>  Wed, 24 Mar 2021 07:25:00 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit_9.5.4-1.dsc 2.1 KiB ccd88ba974528cc36a4f6f4226b078f8e62b1933c0de25a423b46cc615b91ec1
phpunit_9.5.4.orig.tar.xz 5.1 MiB f8c8df69eb06d7320fd966f9b844ad8bb7591bcf2436e5348953bb20d5c4f6d1
phpunit_9.5.4-1.debian.tar.xz 62.0 KiB 9a5f077e28cb71685a1a8b9fd2d3baf98598399ac3e5b925086eb839ee6390b1

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.