PhpCsFixer\Fixer\PhpUnit\PhpUnitDedicateAssertFixer::getPriority PHP Method

getPriority() public method

public getPriority ( )
    public function getPriority()
    {
        // should be run after the PhpUnitConstructFixer.
        return -15;
    }