'*']; file_put_contents(__DIR__ . '/composer.json', json_encode($config)); } public function test($params) { return $this->taskExec(__DIR__ . '/vendor/bin/codecept run ' . $params) ->dir(__DIR__ .'/vendor/codeception/codeception') ->run(); } }