From e8212bd6dad47909c67a4c5811385c735d2e8250 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 2 Jun 2025 13:44:47 +0200 Subject: [PATCH] Correct test name --- tests/PathIdentificationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PathIdentificationTest.php b/tests/PathIdentificationTest.php index 8d9d3617..cc61cda2 100644 --- a/tests/PathIdentificationTest.php +++ b/tests/PathIdentificationTest.php @@ -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);