phpunit 5.1.3-1+ubuntu2 source package in Ubuntu

Changelog

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

  * Add php-xml as build-dep and test dep.

 -- Nishanth Aravamudan <email address hidden>  Wed, 24 Feb 2016 16:48:57 -0800

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Steve Langasek
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+ubuntu2.debian.tar.xz 11.2 KiB a803cb360da3818837a54b17f0920b2ceda7cbf9ca855abc805258d48d21cb5e
phpunit_5.1.3-1+ubuntu2.dsc 2.4 KiB e26e98bae743b126daa8574c48efdfe2770ac563082ca10de1aebe17a74b8a6e

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.