phpunit 5.0.8-2 source package in Ubuntu

Changelog

phpunit (5.0.8-2) unstable; urgency=medium

  * Team upload, to unstable since everything is in place

 -- David Prévot <email address hidden>  Fri, 30 Oct 2015 15:47:53 -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_5.0.8-2.dsc 2.0 KiB 5309e365707914723f095f8e20aaed24afd98c84390019499bf970384e44e475
phpunit_5.0.8.orig.tar.gz 360.3 KiB e4d796c1c26a487da8f324b4bad53b71ea15abe0a6f5e83e8f4be15697c3307e
phpunit_5.0.8-2.debian.tar.xz 10.7 KiB 51cf3e0dbc8887eb24aed8ff5fbd70a18cf67893538dcd2db7d4949dcd1befd2

Available diffs

No changes file available.

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.