PHPUnit The PHP Testing Framework

2014 年 1 月 15 日5610

Welcome to PHPUnit!

PHPUnit is a programmer-oriented testing framework for PHP.
It is an instance of the xUnit architecture for unit testing frameworks.

Download PHPUnit


Stable Release

PHPUnit 3.7 is the current stable release series of PHPUnit.

You can find out what's new in PHPUnit 3.7 in the ChangeLog.

Download PHPUnit 3.7

(latest release)

Beta-Quality Build

PHPUnit 3.8 is the current beta release series of PHPUnit.

You can find out what's new in PHPUnit 3.8 in the ChangeLog.

Download PHPUnit 3.8

(latest nightly build)

Alpha-Quality Build

PHPUnit 3.9 is the current alpha release series of PHPUnit.

You can find out what's new in PHPUnit 3.9 in the ChangeLog.

Download PHPUnit 3.9

(latest nightly build)


Get Support

Bug Reports

If you believe you have discovered a bug in PHPUnit, please use the most specific issue tracker to enter bug reports and to search for existing reports:

Mailing List

user@phpunit.de is a mailing list where the usage of PHPUnit is discussed.

Internet Relay Chat (IRC)

The #phpunit channel on the Freenode IRC network is a place to chat about PHPUnit.


Copyright © 2001-2014 Sebastian Bergmann.

0 0