================================ Rule ``php_unit_internal_class`` ================================ All PHPUnit test classes should be marked as internal. Configuration ------------- ``types`` ~~~~~~~~~ What types of classes to mark as internal. Allowed values: a subset of ``['abstract', 'final', 'normal']`` Default value: ``['normal', 'final']`` Examples -------- Example #1 ~~~~~~~~~~ *Default* configuration. .. code-block:: diff --- Original +++ New ['final']]``. .. code-block:: diff --- Original +++ New `_