Skip to content

Commit

Permalink
refs #3323 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmoumne committed Apr 15, 2013
1 parent ca8855f commit 18974f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/PHPUnit/BaseFixture.php
Expand Up @@ -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
Expand Down

0 comments on commit 18974f8

Please sign in to comment.