Пример #1
0
 /**
  * @test
  * @expectedException   Scalr\Service\AwsException
  */
 public function testSetApiVersionInvalid()
 {
     $this->skipIfEc2PlatformDisabled();
     $this->elb->setApiVersion('invalid-api-version');
 }