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

Correct test name

This commit is contained in:
lukinovec 2025-06-02 13:44:47 +02:00 committed by GitHub
parent 6bc62de297
commit e8212bd6da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -258,7 +258,7 @@ test('any extra model column needs to be whitelisted', function () {
pest()->get('/acme/foo')->assertSee($tenant->getTenantKey());
});
test('route model binding works with closure-based routes', function() {
test('route model binding works with path identification', function() {
config(['tenancy.bootstrappers' => [DatabaseTenancyBootstrapper::class]]);
Event::listen(TenancyInitialized::class, BootstrapTenancy::class);