Example #1
0
 public function testGetSubsystemExec()
 {
     $session = new Session($this->configuration);
     $this->assertInstanceOf('\\Ssh\\Exec', $session->getExec());
 }