(NFC) PrevNextTest - Fix warning about "@group"
authorTim Otten <totten@civicrm.org>
Tue, 13 Dec 2022 22:51:57 +0000 (14:51 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 13 Dec 2022 22:53:59 +0000 (14:53 -0800)
commitb510a1a4fc8a552e35f23efc2101f4842643a690
tree037a2fdb0a7c2e46055379ef298572419d148491
parent8df53472a36a676805adccd55fd2833ab06fcbfb
(NFC) PrevNextTest - Fix warning about "@group"

When running this test, there are warnings like so:

```
WARNING: Class E2E\Core\PrevNextTest implements EndToEndInterface. It should declare "@group e2e".
```

In PHPUnit docs (https://phpunit.readthedocs.io/en/9.5/annotations.html#group), they
encode multiple groups using multiple lines. Following this convention fixes the warning.
tests/phpunit/E2E/Core/PrevNextTest.php