PhpSpec\Runner\Maintainer\SubjectMaintainer::getPriority PHP Method

getPriority() public method

public getPriority ( ) : integer
return integer
    public function getPriority()
    {
        return 100;
    }