1 | <?php |
||
23 | final class OrderingTranslationFilesFinderSpec extends ObjectBehavior |
||
24 | { |
||
25 | function let(TranslationFilesFinderInterface $translationFilesFinder): void |
||
29 | |||
30 | function it_implements_Translation_Files_Finder_interface(): void |
||
34 | |||
35 | function it_puts_application_translations_files_before_bundle_translations_files( |
||
46 | } |
||
47 |
This check examines a number of code elements and verifies that they conform to the given naming conventions.
You can set conventions for local variables, abstract classes, utility classes, constant, properties, methods, parameters, interfaces, classes, exceptions and special methods.