Exemple #1
0
 /**
  * @covers \SmsZilla\Adapter\AbstractAdapter::getParams()
  * @expectedException \SmsZilla\ConfigurationException
  * @expectedExceptionMessage Parameter no_param doeasn't exists
  */
 public function testGetParam2()
 {
     $this->object->getParam('no_param');
 }