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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-05-22 11:48:51 +0300
committersgiehl <stefan@piwik.org>2016-08-31 19:49:43 +0300
commit395c40bd50ef19ae782c42952a07ec19d4c9b892 (patch)
treea197a496bec74a7b43030cd29ca8a99ed37ee1bc /plugins/CoreConsole
parent025de644df80ec257c7cdea57b2442e78aa1a78a (diff)
ref #7726 Enable git-lfs for UI screenshots
Diffstat (limited to 'plugins/CoreConsole')
-rw-r--r--plugins/CoreConsole/Commands/GenerateTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreConsole/Commands/GenerateTest.php b/plugins/CoreConsole/Commands/GenerateTest.php
index c2b31b6fe5..95dac4cfbd 100644
--- a/plugins/CoreConsole/Commands/GenerateTest.php
+++ b/plugins/CoreConsole/Commands/GenerateTest.php
@@ -156,8 +156,8 @@ class GenerateTest extends GeneratePluginBase
'/tests',
'/tests/UI',
'/tests/UI/.gitignore',
- '/tests/UI/expected-ui-screenshots',
- '/tests/UI/expected-ui-screenshots/.gitkeep',
+ '/tests/UI/expected-screenshots',
+ '/tests/UI/expected-screenshots/.gitkeep',
'/tests/UI/SimpleUITest_spec.js',
);
}