phpunit 8.4.3-1build7 source package in Ubuntu

Changelog

phpunit (8.4.3-1build7) focal; urgency=medium

  * Rebuild against newly bootstrapped phpunit.

 -- Gianfranco Costamagna <email address hidden>  Sun, 24 Nov 2019 09:26:37 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
web
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.4.3.orig.tar.gz 302.4 KiB 969bd901469f507c619cdf8025f668ebc7c36f5fc7aedffa821b6990813c8749
phpunit_8.4.3-1build7.debian.tar.xz 13.5 KiB 66ec19d5a98d9a366a61214d561b1c049285f2d0f83aec34dbd31c6da596c13a
phpunit_8.4.3-1build7.dsc 2.3 KiB 0aef59d171f71799f6e853a53318235a149c7792888b11a2050e42e4617c7aef

View changes file

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.