1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 06:24:04 +00:00

url generator test: test changing tenant parameter name

This commit is contained in:
Samuel Štancl 2025-05-30 03:44:19 +02:00
parent 94d9dd3201
commit 16171b1eaa
4 changed files with 49 additions and 8 deletions

View file

@ -8,6 +8,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
- `composer test` - Run tests without coverage using Docker
- `./test tests/TestFile.php` - Run an entire test file
- `./t 'test name'` - Run a specific test
- You can append `-v` to get a full stack trace if a test fails due to an exception
### Code Quality
- `composer phpstan` - Run PHPStan static analysis (level 8)