coding-standard
coding-standard copied to clipboard
Custom method groups order
Define custom groups for ClassStructureSniff based on method name, annotation, or attribute.
It bothered me I cannot place static #[BeforeClass] before public test methods.
see https://github.com/slevomat/coding-standard/pull/1679/files#diff-15e77f559a2e54d8f075cefd9d6b4cb5ad5efc4d1e753ab60d41f05aa46fd380 for usage
resolves #1098
resolves #1422