| 15 | |
| 16 | A [https://core.trac.wordpress.org/changeset/54058 somewhat related changeset], that could serve as a precedent, mentions: |
| 17 | |
| 18 | > The `@doesNotPerformAssertions` annotation **can be reconsidered in the future** when the tests are either removed as unnecessary or **updated to actually perform assertions related to their behavior**. |
| 19 | (my emphasis) |
| 20 | |
| 21 | In this case, the `@doesNotPerformAssertions` annotation isn't appropriate as we'd be conditionally marking a test as not performing assertions, so the method `expectNotToPerformAssertions()` makes more sense. |