Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
vendor /
spipu /
html2pdf /
Delete
Unzip
Name
Size
Permission
Date
Action
doc
[ DIR ]
drwxr-xr-x
2022-04-21 14:23
examples
[ DIR ]
drwxr-xr-x
2022-07-01 18:32
src
[ DIR ]
drwxr-xr-x
2022-04-21 14:23
test
[ DIR ]
drwxr-xr-x
2022-04-21 14:23
.gitignore
158
B
-rw-r--r--
2022-04-21 14:23
.travis.yml
165
B
-rw-r--r--
2022-04-21 14:23
CHANGELOG.md
20.77
KB
-rw-r--r--
2022-04-21 14:23
LICENSE.md
10.14
KB
-rw-r--r--
2022-04-21 14:23
README.md
1.21
KB
-rw-r--r--
2022-04-21 14:23
composer.json
915
B
-rw-r--r--
2022-04-21 14:23
phpunit.xml
974
B
-rw-r--r--
2022-04-21 14:23
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd" bootstrap="./vendor/autoload.php" colors="true" backupGlobals="false" backupStaticAttributes="false" verbose="true" > <testsuites> <testsuite name="unit"> <directory>src/Tests</directory> </testsuite> </testsuites> <filter> <whitelist addUncoveredFilesFromWhiteList="true"> <directory suffix=".php">src</directory> <exclude> <directory>src/Tests</directory> <directory>src/config</directory> </exclude> </whitelist> </filter> <!-- logging> <log type="coverage-html" target="build/logs/coverage" charset="UTF-8" yui="true" highlight="true"/> <log type="coverage-clover" target="build/logs/clover.xml"/> </logging --> </phpunit>