phpunit 4.8.16-1 source package in Ubuntu

Changelog

phpunit (4.8.16-1) unstable; urgency=medium

  * Team upload

  [ Sebastian Bergmann ]
  * Start PHPUnit 4.8 development
  * Fix CS/WS issues
  * Prepare release

  [ David Prévot ]
  * Track version 4 for the moment
  * Update copyright for embedded phpab
  * Drop now useless workaround
  * Update dependencies
  * Drop phpunit-story from suggests

 -- David Prévot <email address hidden>  Mon, 26 Oct 2015 12:30:41 -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_4.8.16-1.dsc 1.9 KiB 7a6ff39a7cf6534ef2ef892a9600a16e04421c8aaf9b6033ab67bc0e0c08cb18
phpunit_4.8.16.orig.tar.gz 364.9 KiB ca44cb829216bdae95e832ef64b2e648b53388bbd7c506eefc87c2f4d04b1c34
phpunit_4.8.16-1.debian.tar.xz 10.6 KiB d6a1dfc28ac239b5013f2e75478737edbe7d5215091e1ad62da804ca3fd6efb0

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.