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-03-16 05:26:27 +0300
committerdiosmosis <benaka@piwik.pro>2015-03-16 05:26:27 +0300
commit46fdac3cea93de39ebb12638abea67a4d0e77b5a (patch)
treee8f8b1c21d0915a528c902ba88d2299778c137bd /plugins
parentab6c00dd299807f309aa375c353232ecc94efd07 (diff)
Fix new integration test.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/UserCountry/tests/Integration/VisitorGeolocatorTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserCountry/tests/Integration/VisitorGeolocatorTest.php b/plugins/UserCountry/tests/Integration/VisitorGeolocatorTest.php
index de5c33fc92..55f4869a47 100644
--- a/plugins/UserCountry/tests/Integration/VisitorGeolocatorTest.php
+++ b/plugins/UserCountry/tests/Integration/VisitorGeolocatorTest.php
@@ -6,7 +6,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
-namespace Piwik\Plugins\UserCountry\tests\Unit;
+namespace Piwik\Plugins\UserCountry\tests\Integration;
use PHPUnit_Framework_MockObject_MockObject;
use Piwik\Common;
@@ -282,7 +282,7 @@ class VisitorGeolocatorTest extends IntegrationTestCase
'visit_entry_idaction_url' => 0,
'visitor_days_since_order' => 0,
'visitor_days_since_first' => 0,
- 'visit_first_action_time' => 0,
+ 'visit_first_action_time' => '2012-01-01 00:00:00',
'visit_goal_buyer' => 0,
'visit_goal_converted' => 0,
'visit_exit_idaction_name' => 0,