コード例 #1
0
ファイル: SessionTest.php プロジェクト: jimigrunge/php-ssh
 public function testGetSubsystemExec()
 {
     $session = new Session($this->configuration);
     $this->assertInstanceOf('\\Ssh\\Exec', $session->getExec());
 }