makeRequest() 공개 메소드

public makeRequest ( $config = [] )
예제 #1
0
 public function __construct(\PHPUnit_Framework_TestCase $phpunit, Application $app)
 {
     $this->phpunit = $phpunit;
     $this->app = $app;
     $this->request = $app->makeRequest();
 }