phpunit-object-reflector 2.0.4-1 source package in Ubuntu

Changelog

phpunit-object-reflector (2.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:10:19 -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-reflector_2.0.4-1.dsc 1.9 KiB fa067d7569fb33cf8e37b6f2d45aeec0b1827542cd1b10656fa04808ae9d884f
phpunit-object-reflector_2.0.4.orig.tar.gz 7.4 KiB e3cd77a76651e34b6f1ee38fb62c543339936fc4677373c398ea91acfa28a721
phpunit-object-reflector_2.0.4-1.debian.tar.xz 3.4 KiB bfc8758e1ff7ba5f2fabd3297005bae581a795b9a9fbb86402227cdae94e7793

No changes file available.

Binary packages built by this source

phpunit-object-reflector: reflection of object attributes - PHPUnit component

 Object Reflector is a PHPUnit extension that allows reflection of object
 attributes, including inherited and non-public ones.
 .
 PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit
 testing framework.