Opened 12 years ago
Closed 12 years ago
#25631 closed enhancement (fixed)
Fix strict notices in POMO library
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Added an update to some of the POMO files to fix strict notices. Fixes the suppression of strict notices in the unit tests added in [25395].
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
The
set_headers()changes are not necessary after [23357].I think we should just create
POinstances, like we do in Tests_POMO_MO, instead of calling the methods statically. See 25631.patch.