Neos\Flow\Tests\FunctionalTestRequestHandler::canHandleRequest PHP Method

canHandleRequest() public method

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