Accounting = new AccountingComponent($registry); } /** * tearDown method * * @return void */ protected function tearDown(): void { unset($this->Accounting); parent::tearDown(); } }