Fix codeception path in config who was ignored

This commit is contained in:
Pélisset Vincent 2017-02-09 15:06:05 +01:00 committed by Dmitry Khomutov
parent 0e468e9a6a
commit 96bddfbc45

View file

@ -67,6 +67,9 @@ class Codeception extends Plugin implements ZeroConfigPluginInterface
if (isset($options['args'])) {
$this->args = (string) $options['args'];
}
if (isset($options['path'])) {
$this->path = $options['path'];
}
}
/**