$this->call -> $this->artisan

This commit is contained in:
Samuel Štancl 2019-10-24 17:02:36 +02:00 committed by GitHub
parent 9fa3c18c48
commit 818ffd2ba3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ protected function setUp(): void
{ {
parent::setUp(); parent::setUp();
$this->call('migrate'); $this->artisan('migrate');
tenancy()->create('test.localhost'); tenancy()->create('test.localhost');
tenancy()->init('test.localhost'); tenancy()->init('test.localhost');