phpunit 11.5.3-1ubuntu4 source package in Ubuntu

Changelog

phpunit (11.5.3-1ubuntu4) plucky; urgency=medium

  * d/pkg-php-tools-autoloaders: bootstrap autoloaders removal. Each of these
    autoloaders were moved to the actual package providing the capability. For
    that to work in Ubuntu, we need a first version of those packages available.
    This delta can safely be removed after plucky is released.

 -- Athos Ribeiro <email address hidden>  Wed, 12 Feb 2025 09:28:29 -0300

Upload details

Uploaded by:
Athos Ribeiro
Uploaded to:
Plucky
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe web

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit_11.5.3.orig.tar.xz 5.3 MiB 3bc9e0933352ccc69c66405cd89b184d3fb2880ba45f307dd6ecd4e2f19716c8
phpunit_11.5.3-1ubuntu4.debian.tar.xz 78.8 KiB 8025106ac077794c274bca1c459883e6020935111410c790f8736b72a6268f8b
phpunit_11.5.3-1ubuntu4.dsc 2.4 KiB d80c87bf5908810ceda955312a70a408059ed09dd2f41f63cad9cdc9dd40d97f

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.