PhpCsFixer\Fixer\PhpUnit\PhpUnitStrictFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'PHPUnit methods like "assertSame" should be used instead of "assertEquals".';
    }