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:
authorsgiehl <stefan@matomo.org>2022-01-31 12:48:08 +0300
committersgiehl <stefan@matomo.org>2022-01-31 12:48:17 +0300
commit3a15f1f61bcb9e225949d093926559c37c0e6def (patch)
treeb48f525f1455415953bfd052cdd9f21097101538
parentea3818a244d3a9b49d5743ebd7dedcd5d0004930 (diff)
Remove unneeded codem-17054-cleanup
-rw-r--r--tests/PHPUnit/Fixtures/LatestStableInstall.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/PHPUnit/Fixtures/LatestStableInstall.php b/tests/PHPUnit/Fixtures/LatestStableInstall.php
index 4c15b8e847..515e7c9204 100644
--- a/tests/PHPUnit/Fixtures/LatestStableInstall.php
+++ b/tests/PHPUnit/Fixtures/LatestStableInstall.php
@@ -79,16 +79,6 @@ class LatestStableInstall extends Fixture
}
shell_exec('mv "' . $installSubdirectory . '"/piwik/* "' . $installSubdirectory . '"');
-
- /**
- * The additional permissions check was added within Matomo 4.8 development. Therefor the OneClickUpdate UI tests
- * would not already perform this check, as it uses the latest stable version to perform an update the the git checkout.
- * As soon as 4.8 has been release, which should include the permission check, this won't be needed anymore.
- *
- * @todo remove this after Matomo 4.8 has been released
- */
- shell_exec('curl https://raw.githubusercontent.com/matomo-org/matomo/4.x-dev/plugins/CoreUpdater/Updater.php > ' . $installSubdirectory . '/plugins/CoreUpdater/Updater.php');
- shell_exec('curl https://raw.githubusercontent.com/matomo-org/matomo/4.x-dev/plugins/CoreUpdater/lang/en.json > ' . $installSubdirectory . '/plugins/CoreUpdater/lang/en.json');
}
private function installSubdirectoryInstall()