Example #1
0
 /**
  * @covers AmazonCore::setConfig
  * @expectedException \Exception
  * @expectedExceptionMessage Config file does not exist or cannot be read! (no)
  */
 public function testSetConfig()
 {
     $this->object->setConfig('no');
 }