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

getPriority() public method

As this request handler can only be used as a preselected request handler, the priority for all other cases is 0.
public getPriority ( ) : integer
return integer The priority of the request handler.
    public function getPriority()
    {
        return 0;
    }