|
1 | | -# PHPUnit |
| 1 | +# PHPUnit 3.7.x php 5.3-7.3 compatible |
2 | 2 |
|
3 | | -PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks. |
4 | | - |
5 | | -[](https://packagist.org/packages/phpunit/phpunit) |
6 | | -[](https://travis-ci.org/sebastianbergmann/phpunit) |
7 | | -[](https://www.versioneye.com/php/phpunit:phpunit/3.7.28) |
8 | | - |
9 | | -## Installation |
10 | | - |
11 | | -We distribute a [PHP Archive (PHAR)](http://php.net/phar) that has all required (as well as some optional) dependencies of PHPUnit bundled in a single file: |
12 | | - |
13 | | - wget https://phar.phpunit.de/phpunit.phar |
14 | | - chmod +x phpunit.phar |
15 | | - mv phpunit.phar /usr/local/bin/phpunit |
16 | | - |
17 | | -You can also immediately use the PHAR after you have downloaded it, of course: |
18 | | - |
19 | | - wget https://phar.phpunit.de/phpunit.phar |
20 | | - php phpunit.phar |
21 | | - |
22 | | -Alternatively, you may use [Composer](http://getcomposer.org/) to download and install PHPUnit as well as its dependencies. Please refer to the [documentation](http://phpunit.de/documentation.html) for details on how to do this. |
23 | | - |
24 | | -## Contribute |
25 | | - |
26 | | -Please refer to [CONTRIBUTING.md](https://github.com/sebastianbergmann/phpunit/blob/master/CONTRIBUTING.md) for information on how to contribute to PHPUnit and its related projects. |
27 | | - |
28 | | -The development of PHPUnit is discussed on the [dev@phpunit.de](mailto:dev-subscribe@phpunit.de) mailing list as well as on the [#phpunit channel on the Freenode IRC network](irc://irc.freenode.net/phpunit). |
29 | | - |
30 | | -## List of Contributors |
31 | | - |
32 | | -Thanks to everyone who has contributed to PHPUnit! You can find a detailed list of contributors on every PHPUnit related package on GitHub. This list shows only the major components: |
33 | | - |
34 | | -* [PHPUnit](https://github.com/sebastianbergmann/phpunit/graphs/contributors) |
35 | | -* [PHP_CodeCoverage](https://github.com/sebastianbergmann/php-code-coverage/graphs/contributors) |
36 | | -* [PHPUnit_MockObject](https://github.com/sebastianbergmann/phpunit-mock-objects/graphs/contributors) |
37 | | - |
38 | | -A very special thanks to everyone who has contributed to the documentation and helps maintaining the translations: |
39 | | - |
40 | | -* [PHPUnit Documentation](https://github.com/sebastianbergmann/phpunit-documentation/graphs/contributors) |
| 3 | +This version of PHPUnit bases on release 3.7.38 and is adjusted for compatibility with PHP 5.3-7.3. |
| 4 | +The package was created especially for testing https://github.com/zf1s packages. |
41 | 5 |
|
| 6 | +All credits go to original PHPUnit author and contributors. |
0 commit comments