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:
authorThomas Steur <tsteur@users.noreply.github.com>2016-04-19 00:25:47 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-04-19 00:25:47 +0300
commitb2a14a8000a1f608e0a49b91396f6d4a3e4feaaf (patch)
tree6cafff05f9115e78aa7aadb19bd05e65643fc831 /plugins
parent774debc05227d8e2bd41e04fad6de17be7336ad8 (diff)
Add possibility to execute plugin test suite
Diffstat (limited to 'plugins')
-rw-r--r--plugins/TestRunner/Commands/TestsRun.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TestRunner/Commands/TestsRun.php b/plugins/TestRunner/Commands/TestsRun.php
index 08e456da19..74e3fd038b 100644
--- a/plugins/TestRunner/Commands/TestsRun.php
+++ b/plugins/TestRunner/Commands/TestsRun.php
@@ -194,7 +194,7 @@ class TestsRun extends ConsoleCommand
private function getTestsSuites()
{
- return array('unit', 'integration', 'system');
+ return array('unit', 'integration', 'system', 'plugin');
}
/**