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 <thomas.steur@googlemail.com>2014-10-22 08:19:08 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-28 06:49:03 +0300
commita6b2a6d09b06fe413190938b0c88df1c50df64f9 (patch)
tree9809507d17a0f5c133d28a00d5dc82f0675689c8 /plugins/TestRunner/TestRunner.php
parent13c771ee55252bb8a825f7d8474de7f704ec5fc5 (diff)
refs #6429 added a command to trigger tests on aws
Diffstat (limited to 'plugins/TestRunner/TestRunner.php')
-rw-r--r--plugins/TestRunner/TestRunner.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/TestRunner/TestRunner.php b/plugins/TestRunner/TestRunner.php
new file mode 100644
index 0000000000..fc5462e536
--- /dev/null
+++ b/plugins/TestRunner/TestRunner.php
@@ -0,0 +1,15 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+namespace Piwik\Plugins\TestRunner;
+
+/**
+ */
+class TestRunner extends \Piwik\Plugin
+{
+}