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.221.83.34
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
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="./tests/Bootstrap.php" colors="true" verbose="true" > <testsuites> <testsuite name="Mockery Test Suite"> <directory suffix="Test.php">./tests</directory> <directory phpVersion="7.0.0" phpVersionOperator=">=">./tests/PHP70</directory> <directory phpVersion="7.2.0" phpVersionOperator=">=">./tests/PHP72</directory> <exclude>./tests/PHP56</exclude> <exclude>./tests/Mockery/MockingVariadicArgumentsTest.php</exclude> </testsuite> <testsuite name="Mockery Test Suite PHP56"> <directory suffix="Test.php">./tests</directory> <directory suffix="Test.php">./tests/PHP56</directory> <exclude>./tests/PHP70</exclude> <exclude>./tests/PHP72</exclude> <exclude>./tests/Mockery/MockingVariadicArgumentsTest.php</exclude> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./library/</directory> <exclude> <directory>./library/Mockery/Adapter/Phpunit/Legacy</directory> <file>./library/Mockery/Adapter/Phpunit/TestListener.php</file> </exclude> </whitelist> </filter> </phpunit>