1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 11:14:03 +00:00

improve request data tests, simplify complex test in UrlGeneratorBootstrapperTest

This commit is contained in:
Samuel Štancl 2025-05-30 02:04:12 +02:00
parent 8fb9e8f74f
commit 94d9dd3201
4 changed files with 84 additions and 62 deletions

View file

@ -73,7 +73,6 @@ class UrlGeneratorBootstrapper implements TenancyBootstrapper
foreach (PathTenantResolver::allowedExtraModelColumns() as $column) {
// todo0 should this be tenantParameterName() concatenated to :$column?
// add tests
$defaultParameters["tenant:$column"] = $tenant->getAttribute($column);
}
}