[Nostromo] Refactor Tests

This commit is contained in:
Andrés Montañez
2017-01-04 21:46:40 -03:00
parent fa09553f7f
commit b56e1c378c
23 changed files with 640 additions and 1031 deletions
+12
View File
@@ -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;
}
}