open-orchestra/open-orchestra-cms-bundle

View on GitHub
Backoffice/Tests/ValueTransformer/Strategies/EmbeddedEntityToHtmlStringTransformerTest.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid excessively long class names like EmbeddedEntityToHtmlStringTransformerTest. Keep class name length under 40.
Open

class EmbeddedEntityToHtmlStringTransformerTest extends AbstractTransformerTest
{
    protected $property = 'fakeProperty';

    /**

LongClassName

Since: 2.9

Detects when classes or interfaces are declared with excessively long names.

Example

class ATooLongClassNameThatHintsAtADesignProblem {

}

interface ATooLongInterfaceNameThatHintsAtADesignProblem {

}

Source https://phpmd.org/rules/naming.html#longclassname

The closing brace for the class must go on the next line after the body
Open

}

There are no issues that match your filters.

Category
Status