Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracker plugin unit test example #957

Closed
robocoder opened this issue Aug 27, 2009 · 1 comment
Closed

Tracker plugin unit test example #957

robocoder opened this issue Aug 27, 2009 · 1 comment
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@robocoder
Copy link
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
Copy link
Contributor Author

In [1447], fixes #957 - add setTestEnvironment(); other "gotchas" are handled in the subclassed Visit object

@robocoder robocoder added this to the Piwik 0.4.4 milestone Jul 8, 2014
@robocoder robocoder self-assigned this Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

1 participant