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:
Diffstat (limited to 'tests/modules/Period.test.php')
-rw-r--r--tests/modules/Period.test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modules/Period.test.php b/tests/modules/Period.test.php
index d8c0987437..c2cac3bd43 100644
--- a/tests/modules/Period.test.php
+++ b/tests/modules/Period.test.php
@@ -315,13 +315,13 @@ class Test_Piwik_Period extends UnitTestCase
* Testing Period_Week
*
*/
- //http://framework.zend.com/issues/browse/ZF-1832
+ /* //http://framework.zend.com/issues/browse/ZF-1832
function test_week_zendsetweekday()
{
$date = new Zend_Date('2006-01-01','YYYY-MM-dd', 'en');
$date->setWeekday(1);
$this->assertEqual('2005-12-26', $date->toString("Y-m-d"));
- }
+ }*/
// test week between 2 years
function test_week_Between2years()
{