phpunit 5.1.3-1+ubuntu1 source package in Ubuntu

Changelog

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

  * d/: update to PHP 7.0 dependencies.
  * LP: #1544307.

 -- Nishanth Aravamudan <email address hidden>  Wed, 10 Feb 2016 13:49:43 -0800

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Martin Pitt
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
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-1+ubuntu1.debian.tar.xz 11.2 KiB d4d205f73f0e8ac93adc8aa7eaafab49936ac6eaabc1ac0e5b0dcf8a8b74a83b
phpunit_5.1.3-1+ubuntu1.dsc 2.4 KiB f3b1d14b99f10b179fd1993df0cf5da6ab3b18eea8ce6d5a9e80aa9093533b90

Available diffs

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.