phpunit-dbunit 2.0.2-1 source package in Ubuntu

Changelog

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

  [ Sebastian Bergmann ]
  * Allow usage with PHP >= 5.4 and PHPUnit 4.x

 -- David Prévot <email address hidden>  Wed, 04 Nov 2015 20:45:02 -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_2.0.2-1.dsc 1.7 KiB df77e34ca5a8a0718a3264db01ed86d3a75311728b24604c7145ff1f8accf245
phpunit-dbunit_2.0.2.orig.tar.gz 51.1 KiB b4befaccac1bb738f90d677930b05595839051fb893052a26803848386a47081
phpunit-dbunit_2.0.2-1.debian.tar.xz 3.8 KiB 754c6a0ad5e9f21026d40bb862c7385476bf93cfce84834b21ed7bfd70562a50

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.