1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 17:54:03 +00:00
This commit is contained in:
Samuel Štancl 2020-03-04 21:47:53 +01:00
parent ba8e9b0261
commit 18fa0295d8

View file

@ -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');
}