phpunit-type 3.2.0-1 source package in Ubuntu

Changelog

phpunit-type (3.2.0-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Implement ReflectionMapper::fromParameterTypes()
  * Implement UnionType::containsIntersectionTypes()
  * Implement IntersectionType::types() and UnionType::types()
  * Prepare release

 -- David Prévot <email address hidden>  Thu, 15 Sep 2022 12:13:16 +0200

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit-type_3.2.0-1.dsc 1.8 KiB 56a0093809636778a81463e2ea1b1a0c9bdf33421bbfcb9e377384cefbcb816a
phpunit-type_3.2.0.orig.tar.xz 2.7 MiB cc2729570479feb015553117eefca0afb12d6c29f6e0c758105f93f1c66acb3c
phpunit-type_3.2.0-1.debian.tar.xz 50.6 KiB 5ff2fbc0a3f5644f3a87b8c201bc651647be62546cf9e41336528ccff61860b6

Available diffs

No changes file available.

Binary packages built by this source

phpunit-type: Collection of value objects that represent the types of the PHP type system

 This component provides a collection of value objects that represent the types
 of the PHP type system. It is used by PHPUnit.
 .
 PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit
 testing framework.