#37842 closed enhancement (fixed)
Make the tests for `comment_exists()` a little bit faster.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.7 | Priority: | normal |
| Severity: | normal | Version: | 4.4 |
| Component: | Build/Test Tools | Keywords: | has-patch |
| Focuses: | Cc: |
Description
The current test methods in Tests_Admin_IncludesComment each create their own posts and comments.
It is possible to run the same tests by using a post with two comments attached, which is used by all tests.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Dy-no-mite! Thanks for the patch.