diff --git a/src/PHPCensor/Plugin/Codeception.php b/src/PHPCensor/Plugin/Codeception.php index 8bd31519..64f22dd2 100644 --- a/src/PHPCensor/Plugin/Codeception.php +++ b/src/PHPCensor/Plugin/Codeception.php @@ -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']; + } } /**