コード例 #1
0
ファイル: ConnectionTest.php プロジェクト: bravo3/ssh
 /**
  * @small
  * @expectedException \Bravo3\SSH\Exceptions\NotConnectedException
  */
 public function testOutOfOrderFingerprint()
 {
     $connection = new Connection(\properties::$host, \properties::$port);
     $connection->getFingerprint();
 }