mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-08 22:38:56 +02:00
[Nostromo] Refactor Tests
This commit is contained in:
@@ -60,4 +60,16 @@ class RuntimeMockup extends Runtime
|
||||
{
|
||||
return '/tmp/mageXYZ';
|
||||
}
|
||||
|
||||
/**
|
||||
* Allows to set an invalid environments
|
||||
*
|
||||
* @param string $environment
|
||||
* @return Runtime
|
||||
*/
|
||||
public function setInvalidEnvironment($environment)
|
||||
{
|
||||
$this->environment = $environment;
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user