You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Drupal 8 guide to phpunit recommends using @ group annotations for the module that you're testing.
Following this it would be good if BLT supported using the annotation when defining PHPUnit tests in project.yml. This would allow you to build out PHPUnit test suites based on an annotation for your project or module (depending on how your project is specified).
The text was updated successfully, but these errors were encountered:
The Drupal 8 guide to phpunit recommends using
@ group
annotations for the module that you're testing.Following this it would be good if BLT supported using the annotation when defining PHPUnit tests in project.yml. This would allow you to build out PHPUnit test suites based on an annotation for your project or module (depending on how your project is specified).
The text was updated successfully, but these errors were encountered: