X7ROOT File Manager
Current Path:
/home/mysptejz/public_html/test-stocks
home
/
mysptejz
/
public_html
/
test-stocks
/
ðŸ“
..
📄
.buildpath
(174 B)
📄
.editorconfig
(258 B)
📄
.env
(973 B)
📄
.env.bak
(920 B)
📄
.env.example
(869 B)
📄
.gitattributes
(111 B)
📄
.gitignore
(207 B)
📄
.htaccess
(1 B)
ðŸ“
.idea
📄
.project
(523 B)
ðŸ“
.settings
📄
.styleci.yml
(181 B)
ðŸ“
.well-known
ðŸ“
733331
📄
README.md
(3.72 KB)
ðŸ“
app
📄
artisan
(1.65 KB)
ðŸ“
bootstrap
ðŸ“
cgi-bin
📄
composer.json
(1.63 KB)
📄
composer.lock
(284.93 KB)
ðŸ“
config
ðŸ“
database
📄
error_log
(84.38 KB)
📄
package.json
(473 B)
📄
phpunit.xml
(1.17 KB)
ðŸ“
public
ðŸ“
resources
ðŸ“
routes
📄
server.php
(563 B)
📄
stocks.zip
(26.51 MB)
ðŸ“
storage
ðŸ“
tests
ðŸ“
vendor
📄
webpack.mix.js
(6.32 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> <server name="APP_ENV" value="testing"/> <server name="BCRYPT_ROUNDS" value="4"/> <server name="CACHE_DRIVER" value="array"/> <!-- <server name="DB_CONNECTION" value="sqlite"/> --> <!-- <server name="DB_DATABASE" value=":memory:"/> --> <server name="MAIL_MAILER" value="array"/> <server name="QUEUE_CONNECTION" value="sync"/> <server name="SESSION_DRIVER" value="array"/> <server name="TELESCOPE_ENABLED" value="false"/> </php> </phpunit>
Upload File
Create Folder