X7ROOT File Manager
Current Path:
/var/www/html/mpc_kiso
var
/
www
/
html
/
mpc_kiso
/
📁
..
📄
.env
(2.11 KB)
📄
.env.cloud
(805 B)
📄
.env.example
(554 B)
📁
.git
📄
.gitattributes
(116 B)
📄
.gitignore
(270 B)
📁
app
📄
artisan
(1.66 KB)
📁
bootstrap
📄
composer.json
(1.99 KB)
📄
composer.lock
(200.53 KB)
📁
config
📁
database
📄
mpc_kiso_02102022_0300.sql
(647.64 KB)
📄
mpc_kiso_02102022_0550.sql
(677.94 KB)
📄
mpc_kiso_02102022_0650.sql
(677.74 KB)
📄
package.json
(1.06 KB)
📄
phpunit.xml
(1.05 KB)
📁
public
📄
readme.md
(3.39 KB)
📁
resources
📁
routes
📄
server.php
(584 B)
📁
storage
📁
tests
📁
vendor
📄
webpack.mix.js
(564 B)
Editing: phpunit.xml
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="bootstrap/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite name="Feature"> <directory suffix="Test.php">./tests/Feature</directory> </testsuite> <testsuite name="Unit"> <directory suffix="Test.php">./tests/Unit</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./app</directory> </whitelist> </filter> <php> <env name="APP_ENV" value="testing"/> <env name="CACHE_DRIVER" value="array"/> <env name="SESSION_DRIVER" value="array"/> <env name="QUEUE_DRIVER" value="sync"/> </php> </phpunit>
Upload File
Create Folder