@robocoder
opened this Issue on August 27th 2009
Contributor
Gotchas:
Piwik_Tracker_Config: add setTestEnvironment()
Database.test.php and/or PluginsManager.php: we can call Provider::install to create the missing columns in log_visit table, but I think we should refactor this since those columns are referenced in Visit.php (via Tracker.newVisitorInformation hook)
Tracker cookie management: headers already sent
@robocoder
commented
on August 28th 2009
Contributor
In [1447], fixes #957 - add setTestEnvironment(); other "gotchas" are handled in the subclassed Visit object