1
0
Fork 0
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:
Samuel Štancl 2019-02-13 16:26:45 +01:00
parent d2ec7f171d
commit 13bc3da9da

View file

@ -93,7 +93,7 @@ class TenantManagerTest extends TestCase
}
/** @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);
tenancy()->findByDomain('nonexistent.domain');