run() public method

Runs application
public run ( )
Example #1
0
 /**
  * @test
  */
 public function testRun()
 {
     $this->app->run();
 }