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