PhpSpec\Laravel\Runner\Maintainer\PresenterMaintainer::getPriority PHP Method

getPriority() public method

Give this maintainer a high priority in the stack.
public getPriority ( ) : integer
return integer
    public function getPriority()
    {
        return 1000;
    }