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:
authorStefan Giehl <stefan@matomo.org>2020-04-23 01:15:29 +0300
committerGitHub <noreply@github.com>2020-04-23 01:15:29 +0300
commit0cdeb6da6e4679c56aa351c004cbd6afe7843c56 (patch)
treeb228ec39e1cd274be77c3b6a661427e31bce8b78 /tests/PHPUnit/Framework
parentd3e8c0279e395a99949b0854c9b4e850fc4c06f9 (diff)
Reactivates some skipped tests (#15848)
* removes some unused methods * reactivate some skipped tests
Diffstat (limited to 'tests/PHPUnit/Framework')
-rw-r--r--tests/PHPUnit/Framework/TestCase/SystemTestCase.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/PHPUnit/Framework/TestCase/SystemTestCase.php b/tests/PHPUnit/Framework/TestCase/SystemTestCase.php
index a067283be7..e763d61865 100644
--- a/tests/PHPUnit/Framework/TestCase/SystemTestCase.php
+++ b/tests/PHPUnit/Framework/TestCase/SystemTestCase.php
@@ -111,18 +111,6 @@ abstract class SystemTestCase extends TestCase
return getenv('MYSQL_ADAPTER') == 'MYSQLI';
}
- protected function alertWhenImagesExcludedFromTests()
- {
- if (!Fixture::canImagesBeIncludedInScheduledReports()) {
- $this->markTestSkipped(
- '(This should not occur on Travis CI server as we expect these tests to run there). Scheduled reports generated during integration tests will not contain the image graphs. ' .
- 'For tests to generate images, use a machine with the following specifications : ' .
- 'OS = '.Fixture::IMAGES_GENERATED_ONLY_FOR_OS.', PHP = '.Fixture::IMAGES_GENERATED_FOR_PHP .
- ' and GD = ' . Fixture::IMAGES_GENERATED_FOR_GD
- );
- }
- }
-
/**
* Return 4 Api Urls for testing scheduled reports :
* - one in HTML format with all available reports