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.223.169.109
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
mockery /
mockery /
Delete
Unzip
Name
Size
Permission
Date
Action
docker
[ DIR ]
drwxr-xr-x
2018-10-02 09:00
docs
[ DIR ]
drwxr-xr-x
2018-10-02 09:00
library
[ DIR ]
drwxr-xr-x
2018-10-02 09:00
tests
[ DIR ]
drwxr-xr-x
2018-10-02 09:00
.gitignore
180
B
-rw-r--r--
2018-10-02 09:00
.php_cs
582
B
-rw-r--r--
2018-10-02 09:00
.phpstorm.meta.php
287
B
-rw-r--r--
2018-10-02 09:00
.scrutinizer.yml
676
B
-rw-r--r--
2018-10-02 09:00
.styleci.yml
158
B
-rw-r--r--
2018-10-02 09:00
.travis.yml
2.34
KB
-rw-r--r--
2018-10-02 09:00
CHANGELOG.md
4.69
KB
-rw-r--r--
2018-10-02 09:00
CONTRIBUTING.md
3.2
KB
-rw-r--r--
2018-10-02 09:00
LICENSE
1.44
KB
-rw-r--r--
2018-10-02 09:00
Makefile
1.49
KB
-rw-r--r--
2018-10-02 09:00
README.md
10.07
KB
-rw-r--r--
2018-10-02 09:00
composer.json
1.27
KB
-rw-r--r--
2018-10-02 09:00
phpunit.xml.dist
1.33
KB
-rw-r--r--
2018-10-02 09:00
Save
Rename
vendor/composer/installed.json: composer.json composer install .PHONY: deps deps: vendor/composer/installed.json .PHONY: test test: deps php vendor/bin/phpunit .PHONY: apidocs apidocs: docs/api/index.html phpDocumentor.phar: wget https://github.com/phpDocumentor/phpDocumentor2/releases/download/v3.0.0-alpha.2-nightly-gdff5545/phpDocumentor.phar wget https://github.com/phpDocumentor/phpDocumentor2/releases/download/v3.0.0-alpha.2-nightly-gdff5545/phpDocumentor.phar.pubkey library_files=$(shell find library -name '*.php') docs/api/index.html: vendor/composer/installed.json $(library_files) phpDocumentor.phar php phpDocumentor.phar run -d library -t docs/api .PHONY: test-all test-all: test-72 test-71 test-70 test-56 .PHONY: test-all-7 test-all-7: test-72 test-71 test-70 .PHONY: test-72 test-72: deps docker run -it --rm -v "$$PWD":/opt/mockery -w /opt/mockery php:7.2-cli php vendor/bin/phpunit .PHONY: test-71 test-71: deps docker run -it --rm -v "$$PWD":/opt/mockery -w /opt/mockery php:7.1-cli php vendor/bin/phpunit .PHONY: test-70 test-70: deps docker run -it --rm -v "$$PWD":/opt/mockery -w /opt/mockery php:7.0-cli php vendor/bin/phpunit .PHONY: test-56 test-56: build56 docker run -it --rm \ -v "$$PWD/library":/opt/mockery/library \ -v "$$PWD/tests":/opt/mockery/tests \ -v "$$PWD/phpunit.xml.dist":/opt/mockery/phpunit.xml \ -w /opt/mockery \ mockery_php56 \ php vendor/bin/phpunit .PHONY: build56 build56: docker build -t mockery_php56 -f "$$PWD/docker/php56/Dockerfile" .