phpunit 9.5.10-1ubuntu2 source package in Ubuntu
Changelog
phpunit (9.5.10-1ubuntu2) jammy; urgency=medium * d/rules: Disable running testsuite at build time. - Upstream testsuite is already run for autopkgtest so this is redundant, but avoiding FTBFS allows it into -proposed where it can be used in testing other packages. -- Bryce Harrington <email address hidden> Tue, 14 Dec 2021 00:46:09 +0000
Upload details
- Uploaded by:
- Bryce Harrington
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- web
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
phpunit_9.5.10.orig.tar.xz | 3.8 MiB | 53f9f83455c91ccda0c08464be66b6445a77667ef9853dd835230bda99267181 |
phpunit_9.5.10-1ubuntu2.debian.tar.xz | 62.1 KiB | c7b5520c84168a81978a7ba6f48ea57ca42d32f596ea88e8d2555ae085d83d13 |
phpunit_9.5.10-1ubuntu2.dsc | 2.6 KiB | 23fcdd57ff8e8660068ff5ca2ccf476b72486c02c31280cb0c37e0e91b33bed1 |
Available diffs
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.