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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'PHPUnit assertions like "assertInternalType", "assertFileExists", should be used over "assertTrue".';
    }