Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.216.70.76
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
vendor /
phpunit /
php-code-coverage /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
src
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
tests
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
.gitattributes
37
B
-rw-r--r--
2020-11-17 16:24
.gitignore
95
B
-rw-r--r--
2020-11-17 16:24
.php_cs.dist
7.82
KB
-rw-r--r--
2020-11-17 16:24
.travis.yml
1.68
KB
-rw-r--r--
2020-11-17 16:24
ChangeLog.md
4.16
KB
-rw-r--r--
2020-11-17 16:24
LICENSE
1.52
KB
-rw-r--r--
2020-11-17 16:24
README.md
1.36
KB
-rw-r--r--
2020-11-17 16:24
build.xml
1
KB
-rw-r--r--
2020-11-17 16:24
composer.json
1.57
KB
-rw-r--r--
2020-11-17 16:24
phive.xml
195
B
-rw-r--r--
2020-11-17 16:24
phpunit.xml
642
B
-rw-r--r--
2020-11-17 16:24
Save
Rename
{ "name": "phpunit/php-code-coverage", "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "type": "library", "keywords": [ "coverage", "testing", "xunit" ], "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "license": "BSD-3-Clause", "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues" }, "config": { "optimize-autoloader": true, "sort-packages": true }, "prefer-stable": true, "require": { "php": "^7.2", "ext-dom": "*", "ext-xmlwriter": "*", "phpunit/php-file-iterator": "^2.0.2", "phpunit/php-token-stream": "^3.1.1", "phpunit/php-text-template": "^1.2.1", "sebastian/code-unit-reverse-lookup": "^1.0.1", "sebastian/environment": "^4.2.2", "sebastian/version": "^2.0.1", "theseer/tokenizer": "^1.1.3" }, "require-dev": { "phpunit/phpunit": "^8.2.2" }, "suggest": { "ext-xdebug": "^2.7.2" }, "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "files": [ "tests/TestCase.php", "tests/_files/BankAccountTest.php" ] }, "extra": { "branch-alias": { "dev-master": "7.0-dev" } } }