Neos\Flow\Tests\FunctionalTestRequestHandler::canHandleRequest PHP 메소드

canHandleRequest() 공개 메소드

This request handler can handle requests in Testing Context.
public canHandleRequest ( ) : boolean
리턴 boolean If the context is Testing, TRUE otherwise FALSE
    public function canHandleRequest()
    {
        return $this->bootstrap->getContext()->isTesting();
    }