mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 06:04:03 +00:00
Correct test name
This commit is contained in:
parent
6bc62de297
commit
e8212bd6da
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue