mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:54:03 +00:00
rename test [ci skip]
This commit is contained in:
parent
d2ec7f171d
commit
13bc3da9da
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class TenantManagerTest extends TestCase
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @test */
|
/** @test */
|
||||||
public function find_by_domain_throws_an_exception_when_an_unused_domain_is_supplied()
|
public function findByDomain_throws_an_exception_when_an_unused_domain_is_supplied()
|
||||||
{
|
{
|
||||||
$this->expectException(\Exception::class);
|
$this->expectException(\Exception::class);
|
||||||
tenancy()->findByDomain('nonexistent.domain');
|
tenancy()->findByDomain('nonexistent.domain');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue