phpunit-mock-object 3.2.3-1 source package in Ubuntu

Changelog

phpunit-mock-object (3.2.3-1) unstable; urgency=medium

  * Team upload

  [ Vinai Kopp ]
  * Reset parameter verification state if invocation changes

  [ Sebastian Bergmann ]
  * Eliminate use of func_get_args()

 -- David Prévot <email address hidden>  Sun, 12 Jun 2016 17:27:49 -0400

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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit-mock-object_3.2.3-1.dsc 1.9 KiB d7e11e39a722eb9bf59eeea1d8e278ca67741f3aa820bf0bf4700e5ccc8acebd
phpunit-mock-object_3.2.3.orig.tar.gz 35.8 KiB 6f1defacc186e29fde9816268f56a1acddb625cee47778540479de440a44ee10
phpunit-mock-object_3.2.3-1.debian.tar.xz 4.7 KiB 3a9dde29479fc0dc17aa703b2603d8864e18ce6c896f6b7dcdfe4eb2ca7a63ad

No changes file available.

Binary packages built by this source

phpunit-mock-object: Mock Object library for PHPUnit

 PHPUnit_MockObject is a PHPUnit extension that provides Mock Objects for
 PHPUnit.
 .
 According to the PHPUnit manual "The practice of replacing an object
 with a test double that verifies expectations, for instance asserting
 that a method has been called, is referred to as mocking.".
 .
 PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit
 testing framework.