mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:54:04 +00:00
Update tests/DomainTest.php
Co-authored-by: Samuel Štancl <samuel@archte.ch>
This commit is contained in:
parent
0f7ab8a368
commit
f99980555b
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ test('onfail logic can be customized', function () {
|
|||
->assertSee('foo');
|
||||
});
|
||||
|
||||
test('throw correct exception when onFail is null and universal route is enabled', function () {
|
||||
test('throw correct exception when onFail is null and universal routes are enabled', function () {
|
||||
// un-define onFail logic
|
||||
InitializeTenancyByDomain::$onFail = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue