From 18fa0295d86448b48ce08fdc754591aac9ab4dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 4 Mar 2020 21:47:53 +0100 Subject: [PATCH] 6 -> 7 --- tests/TenantManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TenantManagerTest.php b/tests/TenantManagerTest.php index c7af0133..128c3566 100644 --- a/tests/TenantManagerTest.php +++ b/tests/TenantManagerTest.php @@ -39,7 +39,7 @@ class TenantManagerTest extends TestCase /** @test */ public function initById_works() { - if (app()->version()[0] === '6') { + if (app()->version()[0] === '7') { $this->fail('laravel 7 is used'); }