1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 18:04:03 +00:00

Add failing test (GlobalCacheTest)

This commit is contained in:
Samuel Štancl 2025-08-05 17:31:44 +02:00
parent fc14e6dbf6
commit f5e03bff62
3 changed files with 93 additions and 6 deletions

View file

@ -43,3 +43,9 @@ If you need to rebuild the container for any reason (e.g. a change in `Dockerfil
## PHPStan
Use `composer phpstan` to run our phpstan suite.
## PhpStorm
Create `.env` with `PROJECT_PATH=/full/path/to/this/directory`. Configure a Docker-based interpreter for tests (with exec, not run).
If you want to use XDebug, use `composer docker-rebuild-with-xdebug`.