From 13bc3da9da4b285cd3c43c736464d768fbb441fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 13 Feb 2019 16:26:45 +0100 Subject: [PATCH] rename test [ci skip] --- tests/TenantManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TenantManagerTest.php b/tests/TenantManagerTest.php index 0b3ec803..aa4295dc 100644 --- a/tests/TenantManagerTest.php +++ b/tests/TenantManagerTest.php @@ -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');