PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
cloudinary-labs
/
cloudinary-laravel
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite name="Package"> <directory suffix=".php">./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>src/</directory> </whitelist> </filter> <php> <server name="DB_CONNECTION" value="sqlite"/> <server name="DB_DATABASE" value=":memory:"/> <server name="APP_ENV" value="testing"/> </php> </phpunit>
[-] composer.lock
[edit]
[-] composer.json
[edit]
[-] phpunit.xml
[edit]
[+]
..
[+]
tests
[-] .styleci.yml
[edit]
[-] contributing.md
[edit]
[+]
resources
[-] .gitignore
[edit]
[-] license.md
[edit]
[-] changelog.md
[edit]
[+]
config
[-] README.md
[edit]
[+]
database
[+]
src