Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing CI tests #540

Closed
JohnAlbin opened this issue Oct 9, 2023 · 1 comment
Closed

Fix failing CI tests #540

JohnAlbin opened this issue Oct 9, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@JohnAlbin
Copy link
Collaborator

In recent PRs, the CI tests are failing.

The logs show:

FILE: ...ome/runner/drupal/web/modules/next/src/Form/NextSettingsForm.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 10 | ERROR | [x] Use statements should be sorted alphabetically. The
    |       |     first wrong one is
    |       |     Drupal\next\Plugin\ConfigurablePreviewUrlGeneratorInterface.
    |       |     (SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses.IncorrectlyOrderedUses)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY

There might be additional failures, but the tests stop when the first error occurs.

@JohnAlbin JohnAlbin added the bug Something isn't working label Oct 9, 2023
@JohnAlbin JohnAlbin self-assigned this Oct 9, 2023
@JohnAlbin JohnAlbin mentioned this issue Oct 9, 2023
7 tasks
@JohnAlbin
Copy link
Collaborator Author

There might be additional failures, but the tests stop when the first error occurs.

Turns out it's just the one fix needed to get tests running. All tests are passing in #541

JohnAlbin added a commit that referenced this issue Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant