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