phpunit 5.1.3-1+ubuntu3 source package in Ubuntu
Changelog
phpunit (5.1.3-1+ubuntu3) xenial; urgency=medium * php-xml also needs to be a binary dependency. LP: #1549552. -- Steve Langasek <email address hidden> Sun, 28 Feb 2016 22:06:06 -0800
Upload details
- Uploaded by:
- Steve Langasek
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- web
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
phpunit_5.1.3.orig.tar.gz | 365.4 KiB | 36ca0f84716ea7aad78adc165f8cc76356f92767232bfc2384c2aa851dd78242 |
phpunit_5.1.3-1+ubuntu3.debian.tar.xz | 11.3 KiB | 7ef9b062342b46b30f1bafe4a55a814228971a01de46bcb15d4298a3da42d117 |
phpunit_5.1.3-1+ubuntu3.dsc | 2.4 KiB | 94f3f0e65125fc3b79ac0900cf1f13f58e311fd1da145c7834cd182b9a4d9b1f |
Available diffs
- diff from 5.1.3-1+ubuntu1 to 5.1.3-1+ubuntu3 (761 bytes)
- diff from 5.1.3-1+ubuntu2 to 5.1.3-1+ubuntu3 (487 bytes)
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.