Opened 8 years ago
Closed 8 years ago
#7241 closed defect (bug) (fixed)
BP tests should reset page mappings before each test
Reported by: | boonebgorges | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Cc: |
Description
https://core.trac.wordpress.org/changeset/38398 broke our tests. Previously, we were creating our page mappings in setUpBeforeClass()
, but now WP is wiping all of this committed data out between tests.
It's probably better practice, if slightly slower, to do this setup before each test anyway.
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 11055: