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
path: root/tests
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-04-17 05:55:20 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-17 05:55:20 +0400
commitd4008c99b36a668d3c687cc7ad5264de21f50c48 (patch)
tree76ef8eba3ef40760182030d6e446edf67edaf2fa /tests
parent4ee37f46f8543e9909acea0e89e4a53ad3740691 (diff)
Removing debug [ci skip]
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Plugins/SEOTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PHPUnit/Plugins/SEOTest.php b/tests/PHPUnit/Plugins/SEOTest.php
index d96efcbe9c..ff31b300e9 100644
--- a/tests/PHPUnit/Plugins/SEOTest.php
+++ b/tests/PHPUnit/Plugins/SEOTest.php
@@ -41,7 +41,6 @@ class SEOTest extends PHPUnit_Framework_TestCase
try {
$dataTable = Piwik_SEO_API::getInstance()->getRank('http://www.microsoft.com/');
} catch(Exception $e) {
- echo "SKIPPEd";
$this->markTestSkipped('A SEO http request failed, Skipping this test for now. Error was: '.$e->getMessage());
}
$renderer = Piwik_DataTable_Renderer::factory('php');