phpunit 9.6.10-1 source package in Ubuntu

Changelog

phpunit (9.6.10-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

  [ Nicolas Grekas ]
  * Fix XSD to allow empty <extensions> tag

 -- David Prévot <email address hidden>  Thu, 13 Jul 2023 07:51: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
Mantic release universe web

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit_9.6.10-1.dsc 2.0 KiB 31be2fc4a2e21c9087ff8e3ef675dfac7a9d008553061f466fa1df8186911a50
phpunit_9.6.10.orig.tar.xz 3.5 MiB 5f724c258478b422daa8a2765b920238a1243bff8f030cba8dd439a7c17c55d1
phpunit_9.6.10-1.debian.tar.xz 62.7 KiB d312bf3e617dd77a86498dba5dcec315711e0bb2ca51a71e3c47cbb3f3fc2663

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.