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

Changelog

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

  * Team upload

  [ Remi Collet ]
  * Add explicit dependency on sebastian/exporter

  [ David Prévot ]
  * Track version 2 as currently needed by phpunit
  * Update for new phpunit-exporter dependency

 -- David Prévot <email address hidden>  Sun, 25 Oct 2015 21:02:23 -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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit-mock-object_2.3.8-1.dsc 1.8 KiB 4ede97e0fcf7195c145da305636b1288eec28140b67d67168bfe56fb14cebd45
phpunit-mock-object_2.3.8.orig.tar.gz 32.4 KiB d16a9f04571575a650f34cc28b633dd931acd42947c0664f6d5c27ffba114a94
phpunit-mock-object_2.3.8-1.debian.tar.xz 4.1 KiB 0a82a5b0361292cd464998e499f6211e2b2cc25fbdcf2e35541bee13fe1e8613

Available diffs

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 refered to as mocking.".
 .
 PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit
 testing framework.