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:
parent
fc14e6dbf6
commit
f5e03bff62
3 changed files with 93 additions and 6 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue