<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" beStrictAboutTestsThatDoNotTestAnything="false" colors="true" processIsolation="false" stopOnError="false" stopOnFailure="false" cacheDirectory=".phpunit.cache" backupStaticProperties="false"> <testsuites> <testsuite name="Laravel Test Suite"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> <php> <ini name="date.timezone" value="UTC" /> <ini name="intl.default_locale" value="C.UTF-8" /> <ini name="memory_limit" value="2048M" /> <env name="DB_CONNECTION" value="testing" /> <!-- <env name="REDIS_HOST" value="127.0.0.1" /> <env name="REDIS_PORT" value="6379" /> --> </php> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
bin | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
types | Folder | 0755 |
|
|
.editorconfig | File | 235 B | 0644 |
|
.gitattributes | File | 545 B | 0644 |
|
.gitignore | File | 142 B | 0644 |
|
.styleci.yml | File | 166 B | 0644 |
|
CHANGELOG.md | File | 7.25 KB | 0644 |
|
LICENSE.md | File | 1.07 KB | 0644 |
|
README.md | File | 3.46 KB | 0644 |
|
composer.json | File | 8.5 KB | 0644 |
|
docker-compose.yml | File | 615 B | 0644 |
|
phpstan.src.neon.dist | File | 664 B | 0644 |
|
phpstan.types.neon.dist | File | 50 B | 0644 |
|
phpunit.xml.dist | File | 881 B | 0644 |
|