Opened 13 years ago
Closed 13 years ago
#24706 closed defect (bug) (fixed)
Use $wpdb->prefix to verify query in tests/meta/query.php (WP_Meta_Query test)
| Reported by: | codebykat | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Unit Tests | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
wp-tests-config-sample.php sets the table_prefix to "wptests_", which was causing tests/meta/query.php to fail on a test where it assumed the prefix was "wp_".
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Use $wpdb->prefix instead of hardcoding "wp_postmeta"