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:
authormattab <matthieu.aubry@gmail.com>2015-07-07 15:41:04 +0300
committermattab <matthieu.aubry@gmail.com>2015-07-07 15:45:33 +0300
commit8c3a340b74d35ac64d64fe905f4c3f76599e23f3 (patch)
tree5e5a3a8178303a6898ebc7e8919cb040ce209250 /plugins/TestRunner
parent216e0b5ca53416c80c78e7f6dd497e09a7fcf4ce (diff)
Removing temporary code
Diffstat (limited to 'plugins/TestRunner')
-rw-r--r--plugins/TestRunner/Commands/TestsRunUI.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/TestRunner/Commands/TestsRunUI.php b/plugins/TestRunner/Commands/TestsRunUI.php
index c8d31d891c..453b777570 100644
--- a/plugins/TestRunner/Commands/TestsRunUI.php
+++ b/plugins/TestRunner/Commands/TestsRunUI.php
@@ -33,12 +33,6 @@ class TestsRunUI extends ConsoleCommand
protected function execute(InputInterface $input, OutputInterface $output)
{
- if (!file_exists(PIWIK_INCLUDE_PATH . '/tests/UI/expected-ui-screenshots/README.md')) {
- // REMOVE THIS CHECK AFTER 1st April 2015
- $output->writeln('<error>"tests/UI/expected-ui-screenshots" does not exist. You might have to run "git submodule update --init"</error>');
- return;
- }
-
$specs = $input->getArgument('specs');
$persistFixtureData = $input->getOption("persist-fixture-data");
$keepSymlinks = $input->getOption('keep-symlinks');