Exemple #1
0
 protected function setUp()
 {
     if (!file_exists('config.php')) {
         $this->markTestSkipped("Can't run test without setting up a local configution! See config.dist.php");
     }
     include 'config.php';
     include_once 'Net/SSH2.php';
     $this->client = Net_SSH2::factory('LibSSH2', $options['libssh2']);
 }