PHPUnit
Phpunit
http://www.phpunit.de/
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.
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Debian: Prach Pongpanich <prachpub@gmail.com>
Verified on
5 October 2014
Notes
License: bsd-3-clause
Leaders and contributors
| Contact(s) | Role |
|---|---|
| Sebastian Bergmann | contact |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Debian (Ref) (R) | https://tracker.debian.org/pkg/phpunit | |
| Download | https://github.com/sebastianbergmann/phpunit |
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.
