backdrop-contrib / entity_plus

This module wraps in a variety of additional entity-related functionality from various sources. Partial port of D7 Entity API.
https://backdropcms.org/project/entity_plus
GNU General Public License v2.0
3 stars 11 forks source link

Disable coding standards automated tests #131

Closed argiepiano closed 2 years ago

argiepiano commented 2 years ago

Since the Backdrop coder sniffer's coding standard definition is not likely to be updated any time soon (see stuck discussion https://github.com/backdrop/backdrop-issues/issues/5245), it's best to disable that test until that issue is resolved.

The main issue is that we have a PR that adds PHP attributes (#128), which produces failures of the coding standard tests, since that syntax is not included in the current definitions. Simpletest actions will remain untouched.

argiepiano commented 2 years ago

Done.

Functional tests remain enabled.