phpunit 6.5.5-1ubuntu2 source package in Ubuntu

Changelog

phpunit (6.5.5-1ubuntu2) bionic; urgency=medium

  * Drop:
    - Temporarily drop tests to bootstrap.

 -- Nishanth Aravamudan <email address hidden>  Wed, 31 Jan 2018 20:16:11 -0800

Upload details

Uploaded by:
Nish Aravamudan
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe web

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit_6.5.5.orig.tar.gz 193.1 KiB e36b14758cc3e64f254331664a9f8e9bdff3305f101c4f08a027e794903f0a74
phpunit_6.5.5-1ubuntu2.debian.tar.xz 11.7 KiB 6c3c74e9740523e7b268c75a30bd2dfa37cc8e64c20577fc73df3d60ecc49d3b
phpunit_6.5.5-1ubuntu2.dsc 2.0 KiB 15e4c1efa291ee507d46b5a95bafc50bd7ac079ea892114898083a69319f45a1

View changes file

Binary packages built by this source

phpunit: Unit testing suite for PHP

 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.