Opened 12 years ago
Closed 12 years ago
#26248 closed defect (bug) (fixed)
setting WP_TESTS_FORCE_KNOWN_BUGS to true shouldn't produce fatal errors
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Unit Tests | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Sometimes it's fun to see how many unit tests would fail if there were no @ticket annotations. Problem: some tests try to use non-existent classes and functions, those tests should still be skipped.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 26370: