View Issue Details

IDProjectCategoryView StatusLast Update
0003223Composr testing platform / automation goals[All Projects] General / Uncategorisedpublic2017-07-09 00:45
ReporterChris GrahamAssigned ToChris Graham 
SeverityFeature-request 
Status resolvedResolutionfixed 
Summary0003223: Automated test to help with MSNs
DescriptionThis code should basically never happen:

' . get_table_prefix() . 'f_

It should be:

' . $GLOBALS['FORUM_DB']->get_table_prefix() . 'f_


Write a test to scan the code for the bad string, with a few exceptions (mostly upgrade and install code).
TagsNo tags attached.
Time estimation (hours)0.4
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-04-17 20:41 Chris Graham New Issue
2017-07-09 00:45 Chris Graham Status non-assigned => resolved
2017-07-09 00:45 Chris Graham Resolution open => fixed
2017-07-09 00:45 Chris Graham Assigned To => Chris Graham
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised