phpunit-object-enumerator 4.0.4-1 source package in Ubuntu

Changelog

phpunit-object-enumerator (4.0.4-1) unstable; urgency=medium

  * Upload to unstable in sync with PHPUnit 9

  [ Sebastian Bergmann ]
  * Prepare release

  [ David Prévot ]
  * Update watch file format version to 4.
  * Update Standards-Version to 4.5.1

 -- David Prévot <email address hidden>  Sun, 20 Dec 2020 15:02:51 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit-object-enumerator_4.0.4-1.dsc 1.9 KiB d5019138e2140366abea9096e3f0034dec99eb722553365495b4ee6b4f46109d
phpunit-object-enumerator_4.0.4.orig.tar.gz 7.7 KiB 1108d8babfc88e69e6cca09d0d5a634a91f0fa5029d6ca84f97a6d706c97fec6
phpunit-object-enumerator_4.0.4-1.debian.tar.xz 3.8 KiB fcc725875a8e5338863132f4b0c1fefbe5495a5604bbccd89f8a5d5b75ae18aa

Available diffs

No changes file available.

Binary packages built by this source

phpunit-object-enumerator: enumerate all referenced objects - PHPUnit component

 Object Enumerator is a PHPUnit extension that provides the functionality to
 traverse array structures and object graphs to enumerate all referenced
 objects.
 .
 PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit
 testing framework.