Removing deprecated references and files
This commit is contained in:
@@ -168,23 +168,6 @@ class WorkflowTestCase extends TestCaseFramework
|
||||
$this->setEnvIni($param, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Installa an licese file.
|
||||
*
|
||||
* @param type $path
|
||||
* @throws \Exception
|
||||
*/
|
||||
protected function installLicense($path)
|
||||
{
|
||||
$licenseFile = glob($path);
|
||||
if (!$licenseFile) {
|
||||
throw new \Exception('To continue please put a valid license at features/resources');
|
||||
}
|
||||
G::LoadClass('pmLicenseManager');
|
||||
$licenseManager = new PmLicenseManager();
|
||||
$licenseManager->installLicense($licenseFile[0]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a PM configuration.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user