run() public method

Run the application
public run ( Request $request = null ) : string
$request Symfony\Component\HttpFoundation\Request
return string
コード例 #1
0
ファイル: ApplicationTest.php プロジェクト: phprest/phprest
 /**
  * @expectedException \League\Route\Http\Exception\NotFoundException
  */
 public function testRunNotFound()
 {
     $this->app->run();
 }