/var/www/vhosts/ihelp.ro/httpdocs/tests/TestCase/View/Helper
Edit: /var/www/vhosts/ihelp.ro/httpdocs/tests/TestCase/View/Helper/LinkHelperTest.php (731B)
Link = new LinkHelper($view);
}
/**
* tearDown method
*
* @return void
*/
public function tearDown(): void
{
unset($this->Link);
parent::tearDown();
}
}