Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-05-13 14:34:16 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-11 09:42:05 +0300
commit92e1482213ff31bede001fdc994048a8ae945fe5 (patch)
treeef9a23bc166ff05b2f01341d5a4bfb10cc505b9c /tests/PHPUnit/Framework/TestDataHelper
parentb187a823c1ea6cb0a6e0c0dc5c82eaadbff3120e (diff)
Document VisitorGeolocator::reattributeVisits, rename LogInserter to LogHelper and add quick class docs to LogHelper.
Diffstat (limited to 'tests/PHPUnit/Framework/TestDataHelper')
-rw-r--r--tests/PHPUnit/Framework/TestDataHelper/LogHelper.php (renamed from tests/PHPUnit/Framework/TestDataHelper/LogInserter.php)7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/PHPUnit/Framework/TestDataHelper/LogInserter.php b/tests/PHPUnit/Framework/TestDataHelper/LogHelper.php
index b414597611..c300f54f99 100644
--- a/tests/PHPUnit/Framework/TestDataHelper/LogInserter.php
+++ b/tests/PHPUnit/Framework/TestDataHelper/LogHelper.php
@@ -13,11 +13,10 @@ use Piwik\Network\IPUtils;
use Piwik\Db;
/**
- * TODO
- *
- * TODO: this also gets log data. rename to LogHelper?
+ * Test helper that inserts rows into log tables. Defines defaults for all non null columns so
+ * developers can specify as little as needed.
*/
-class LogInserter
+class LogHelper
{
public function insertVisit($visit = array())
{