phpunit 5.0.10-1 source package in Ubuntu

Changelog

phpunit (5.0.10-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release
  * Fixed #1953: `Error`s raised outside the scope of a test method 
    are not handled properly
  * Fix CS/WS issues

  [ Nicolas Grekas ]
  * Fix insulated tests with phpdbg

 -- Prach Pongpanich <email address hidden>  Tue, 01 Dec 2015 12:39:10 +0700

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.10-1.dsc 2.3 KiB 47bd0d9b9ced30a337a5a268c422a7b79e5a0281384ac1050239f65cee69f4d6
phpunit_5.0.10.orig.tar.gz 361.3 KiB 3c1dc14832f84a05965e13afa3611c0217b20592e3370e1586ba0f985d0cec38
phpunit_5.0.10-1.debian.tar.xz 10.8 KiB 4c93818b2e1fda76951041d60c75c269193aaeca1b3be8c672be92ba475ef0a9

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.