From 18974f8405c4462392677599ab7de24fe4deb4c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Julien=20Moumn=C3=A9?= <julien@piwik.org>
Date: Mon, 15 Apr 2013 11:25:26 +0200
Subject: [PATCH] refs #3323 doc

---
 tests/PHPUnit/BaseFixture.php | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tests/PHPUnit/BaseFixture.php b/tests/PHPUnit/BaseFixture.php
index 293653b6c2..d825ad0848 100644
--- a/tests/PHPUnit/BaseFixture.php
+++ b/tests/PHPUnit/BaseFixture.php
@@ -176,12 +176,14 @@ abstract class Test_Piwik_BaseFixture extends PHPUnit_Framework_Assert
     }
 
     /**
-     * Create one MAIL and two MOBILE scheduled reports
+     * Create two MAIL and two MOBILE scheduled reports
      *
      * Reports sent by mail can contain PNG graphs when the user specifies it.
      * Depending on the system under test, generated images differ slightly.
      * Because of this discrepancy, PNG graphs are only tested if the system under test
-     * has the characteristics described in 'canImagesBeIncludedInScheduledReports'
+     * has the characteristics described in 'canImagesBeIncludedInScheduledReports'.
+     * See tests/README.md for more detail.
+     * Note: graphs generated using row evolution API are not tested as they are currently too slow
      *
      * @see canImagesBeIncludedInScheduledReports
      * @param int $idSite id of website created
-- 
GitLab