feat: G1/SP2 реквизиты клиента + ИНН по DaData + гейт первого проекта
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -14,7 +14,7 @@ uses(DatabaseTransactions::class);
|
||||
beforeEach(function () {
|
||||
Queue::fake();
|
||||
|
||||
$this->tenant = Tenant::factory()->create();
|
||||
$this->tenant = Tenant::factory()->withRequisites()->create();
|
||||
$this->user = User::factory()->create(['tenant_id' => $this->tenant->id]);
|
||||
|
||||
DB::statement('SET app.current_tenant_id = '.$this->tenant->id);
|
||||
|
||||
Reference in New Issue
Block a user