phpunit-dbunit 3.0.2-2 source package in Ubuntu

Changelog

phpunit-dbunit (3.0.2-2) unstable; urgency=medium

  * Upload to unstable, with the rest of the latest PHPUnit stack

 -- David Prévot <email address hidden>  Sun, 26 Nov 2017 07:26:26 -1000

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit-dbunit_3.0.2-2.dsc 1.7 KiB cecc193828256218175c9bfc85f4f5854385d766134ad5e283fe3c78bd8498af
phpunit-dbunit_3.0.2.orig.tar.gz 43.1 KiB fb28c6fe97cfba9b553f8ab4c538e6bed93803556bc4084b2bfc8b91486eec63
phpunit-dbunit_3.0.2-2.debian.tar.xz 3.6 KiB 7db1797ade62c3c9c13bd2f37b420dc5e9ad61b8d147a4b6dbf206383cefbc49

Available diffs

No changes file available.

Binary packages built by this source

phpunit-dbunit: PHPUnit extension for database interaction testing

 DBUnit is an extension to PHPUnit, that "has been created to provide
 an easy way to place your database in a known state, execute your
 database-affecting code, and ensure that the expected data is found
 in the database.", quoting the PHPUnit manual.
 .
 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.