Example #1
0
 public function setUp()
 {
     $this->module = new \Codeception\Module\FTP(make_container());
     $this->module->_setConfig($this->config);
     $this->module->_before(Stub::make('\\Codeception\\TestCase'));
 }