stop() public method

Stops application
public stop ( )
Example #1
0
 /**
  * @test
  * @expectedException \Scalr\Api\Rest\Exception\StopException
  */
 public function testStop()
 {
     $this->app->stop();
 }