mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 07:34:02 +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');
|
->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
|
// un-define onFail logic
|
||||||
InitializeTenancyByDomain::$onFail = null;
|
InitializeTenancyByDomain::$onFail = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue