diff --git a/tests/PHPUnit/BaseFixture.php b/tests/PHPUnit/BaseFixture.php index 293653b6c2b..d825ad0848a 100644 --- a/tests/PHPUnit/BaseFixture.php +++ b/tests/PHPUnit/BaseFixture.php @@ -176,12 +176,14 @@ public static function getTokenAuth() } /** - * 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