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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-02-27 10:50:59 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-02-27 10:50:59 +0400
commit21744125eaea052e66c391c95c079e7b31bcc9fc (patch)
tree2526dbc895ba22fe6a6c1ccf717d105a839a7f4c /plugins/DBStats/tests
parent35586dfaf52c795cfc4aa07891364f7bcabbe7fd (diff)
Updating UI submodule and add dummy DBStats test.
Diffstat (limited to 'plugins/DBStats/tests')
-rw-r--r--plugins/DBStats/tests/UI/DBStats_spec.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/DBStats/tests/UI/DBStats_spec.js b/plugins/DBStats/tests/UI/DBStats_spec.js
new file mode 100644
index 0000000000..a3274b4bfb
--- /dev/null
+++ b/plugins/DBStats/tests/UI/DBStats_spec.js
@@ -0,0 +1,16 @@
+/*!
+ * Piwik - Web Analytics
+ *
+ * Screenshot tests for the DBStats plugin.
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+
+describe("DBStats", function () {
+ this.timeout(0);
+
+ it("should pass", function () {
+ expect(1).to.be.equal(1);
+ });
+}); \ No newline at end of file