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 : 3.142.55.180
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
phpunit /
php-code-coverage /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-xr-x
2018-10-31 09:00
src
[ DIR ]
drwxr-xr-x
2018-10-31 09:00
tests
[ DIR ]
drwxr-xr-x
2018-10-31 09:00
.gitattributes
15
B
-rw-r--r--
2018-10-31 09:00
.gitignore
73
B
-rw-r--r--
2018-10-31 09:00
.php_cs.dist
7.54
KB
-rw-r--r--
2018-10-31 09:00
.travis.yml
890
B
-rw-r--r--
2018-10-31 09:00
ChangeLog-6.1.md
1.42
KB
-rw-r--r--
2018-10-31 09:00
LICENSE
1.52
KB
-rw-r--r--
2018-10-31 09:00
README.md
1.36
KB
-rw-r--r--
2018-10-31 09:00
build.xml
702
B
-rw-r--r--
2018-10-31 09:00
composer.json
1.43
KB
-rw-r--r--
2018-10-31 09:00
phpunit.xml
642
B
-rw-r--r--
2018-10-31 09:00
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.1", "ext-dom": "*", "ext-xmlwriter": "*", "phpunit/php-file-iterator": "^2.0", "phpunit/php-token-stream": "^3.0", "phpunit/php-text-template": "^1.2.1", "sebastian/code-unit-reverse-lookup": "^1.0.1", "sebastian/environment": "^3.1 || ^4.0", "sebastian/version": "^2.0.1", "theseer/tokenizer": "^1.1" }, "require-dev": { "phpunit/phpunit": "^7.0" }, "suggest": { "ext-xdebug": "^2.6.0" }, "autoload": { "classmap": [ "src/" ] }, "extra": { "branch-alias": { "dev-master": "6.1-dev" } } }