phpunit-dbunit 1.4.1-1 source package in Ubuntu

Changelog

phpunit-dbunit (1.4.1-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Update version constraint

  [ David Prévot ]
  * Fix autoload for latest phpab defaults (Closes: #793590)

 -- David Prévot <email address hidden>  Tue, 01 Sep 2015 18:41:10 -0400

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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phpunit-dbunit_1.4.1-1.dsc 1.7 KiB 035757655898ca0baac8cbfa0ce04eff5134b16dc16d464c2777210bf40705be
phpunit-dbunit_1.4.1.orig.tar.gz 57.2 KiB c83c43e4df4fdcc5b133c7992336f9acf0e4f08222e6accae54be4753cb7ddde
phpunit-dbunit_1.4.1-1.debian.tar.xz 4.2 KiB 6e1addefadd62df92b01fdcdc54424f784fab0fbafd20f2ecccf36b2ab12916a

Available diffs

No changes file available.

Binary packages built by this source

phpunit-dbunit: DbUnit port for PHP/PHPUnit to support 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.