Пример #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testParseDsnMissingSecretKey()
 {
     Raven_Client::parseDsn('http://public@example.com/1');
 }