コード例 #1
0
ファイル: ClientTest.php プロジェクト: johannesnagl/raven-php
 /**
  * @expectedException InvalidArgumentException
  */
 public function testParseDsnMissingSecretKey()
 {
     Raven_Client::parseDsn('http://public@example.com/1');
 }