X7ROOT File Manager
Current Path:
/home/mysptejz/public_html/blacklister
home
/
mysptejz
/
public_html
/
blacklister
/
ðŸ“
..
📄
.editorconfig
(258 B)
📄
.env
(1.22 KB)
📄
.env.example
(1.04 KB)
📄
.gitattributes
(152 B)
📄
.gitignore
(203 B)
📄
.styleci.yml
(162 B)
ðŸ“
.well-known
ðŸ“
733331
📄
README.md
(3.87 KB)
ðŸ“
app
📄
artisan
(1.65 KB)
📄
blacklister.zip
(26.6 MB)
ðŸ“
bootstrap
ðŸ“
cgi-bin
📄
composer.json
(1.74 KB)
📄
composer.lock
(292.56 KB)
ðŸ“
config
ðŸ“
database
ðŸ“
lang
📄
package.json
(286 B)
📄
phpunit.xml
(1.15 KB)
ðŸ“
public
ðŸ“
resources
ðŸ“
routes
ðŸ“
storage
ðŸ“
tests
ðŸ“
vendor
📄
vite.config.js
(6.08 KB)
Editing: phpunit.xml
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" > <testsuites> <testsuite name="Unit"> <directory suffix="Test.php">./tests/Unit</directory> </testsuite> <testsuite name="Feature"> <directory suffix="Test.php">./tests/Feature</directory> </testsuite> </testsuites> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">./app</directory> </include> </coverage> <php> <env name="APP_ENV" value="testing"/> <env name="BCRYPT_ROUNDS" value="4"/> <env name="CACHE_DRIVER" value="array"/> <!-- <env name="DB_CONNECTION" value="sqlite"/> --> <!-- <env name="DB_DATABASE" value=":memory:"/> --> <env name="MAIL_MAILER" value="array"/> <env name="QUEUE_CONNECTION" value="sync"/> <env name="SESSION_DRIVER" value="array"/> <env name="TELESCOPE_ENABLED" value="false"/> </php> </phpunit>
Upload File
Create Folder