X7ROOT File Manager
Current Path:
/home/bloomi9/acme-client
home
/
bloomi9
/
acme-client
/
📁
..
📄
.acme-client.yml.sample
(1.38 KB)
📁
.git
📄
.gitignore
(62 B)
📄
.php_cs.dist
(1.37 KB)
📄
.travis.yml
(590 B)
📄
LICENSE
(1.06 KB)
📄
README.md
(424 B)
📁
bin
📄
composer.json
(2 KB)
📄
composer.lock
(148.56 KB)
📄
composer.phar
(1.84 MB)
📁
data
📁
doc
📄
phpunit.xml.dist
(770 B)
📁
res
📁
src
📁
test
📁
vendor
📄
xaryes.txt
(18 B)
Editing: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="./vendor/autoload.php"> <php> <ini name="memory_limit" value="1G"/> <ini name="error_reporting" value="-1"/> </php> <testsuites> <testsuite name="Tests"> <directory>./test</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./src/</directory> </whitelist> </filter> </phpunit>
Upload File
Create Folder