phpunit 5.1.3-1ubuntu1 source package in Ubuntu

Changelog

phpunit (5.1.3-1ubuntu1) xenial; urgency=medium

  * Temporarily lower phpunit-mock-object versioned build dep to unbreak
    cyclic build dependency.
  * debian/rules: Fix regexp in UPSTREAM variable. This is only necessary
    while we have an "ubuntuX" version suffix and can be dropped once we sync
    again.

 -- Martin Pitt <email address hidden>  Tue, 05 Jan 2016 10:13:43 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Xenial
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit_5.1.3.orig.tar.gz 365.4 KiB 36ca0f84716ea7aad78adc165f8cc76356f92767232bfc2384c2aa851dd78242
phpunit_5.1.3-1ubuntu1.debian.tar.xz 11.0 KiB d0319a2961dda98f2577e7456c2f931d73f07812e793470c7665790fd90a2ac8
phpunit_5.1.3-1ubuntu1.dsc 2.3 KiB 515e40427eb30a19d016f9716771ebe777abf576f9388231a589d554bb3df309

View changes file

Binary packages built by this source

phpunit: Unit testing suite for PHP5

 Unit testing allows you to write small test methods which verify units of
 functionality in your program. It is a powerful technique for improving the
 quality of your software, preventing regressions, and allowing confident
 refactoring of your code.
 .
 PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit
 testing framework, designed by Kent Beck and Erich Gamma. If you've used
 JUnit (for Java), PyUnit (for Python), CxxUnit (for C++), or any of the
 other equivalents for other languages, the API for this package should seem
 fairly familiar. If you've never written unit tests before, the PHPUnit
 API is simple to learn and use.