phpunit 8.5.1-1 source package in Ubuntu

Changelog

phpunit (8.5.1-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

  [ David Prévot ]
  * Set upstream metadata fields: Bug-Database, Repository, Bug-Submit

 -- David Prévot <email address hidden>  Sat, 28 Dec 2019 10:04:44 +1100

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit_8.5.1-1.dsc 2.0 KiB f68db4e927001e90fd4cd8778572a3d8018cb8e8feae9e1552a98012c2d2d468
phpunit_8.5.1.orig.tar.gz 304.3 KiB 4528a6300452518c7ebbdaf0e17ebdf21cb91bb0cc4a8729f2bf6c37e3209244
phpunit_8.5.1-1.debian.tar.xz 13.5 KiB 9725a7185070701f6382fdbb2939c5f0ed136560fa81ed26bf8f1cece0d9c74c

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.