Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
wp /
vendor /
phpunit /
phpunit-mock-objects /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.gitattributes
15
B
-rw-r--r--
.php_cs
1.89
KB
-rw-r--r--
.travis.yml
459
B
-rw-r--r--
CONTRIBUTING.md
215
B
-rw-r--r--
LICENSE
1.52
KB
-rw-r--r--
README.md
1.04
KB
-rw-r--r--
build.xml
1.18
KB
-rw-r--r--
composer.json
1.2
KB
-rw-r--r--
phpunit.xml
794
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "phpunit/phpunit-mock-objects", "description": "Mock Object library for PHPUnit", "type": "library", "keywords": [ "xunit", "mock" ], "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", "license": "BSD-3-Clause", "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues", "irc": "irc://irc.freenode.net/phpunit" }, "require": { "php": "^5.6 || ^7.0", "phpunit/php-text-template": "^1.2", "doctrine/instantiator": "^1.0.2", "sebastian/exporter": "^1.2 || ^2.0" }, "require-dev": { "phpunit/phpunit": "^5.4" }, "conflict": { "phpunit/phpunit": "<5.4.0" }, "suggest": { "ext-soap": "*" }, "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "classmap": [ "tests/_fixture/" ] }, "extra": { "branch-alias": { "dev-master": "3.2.x-dev" } } }
Close