summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexander Weidinger <alexwegoo@gmail.com>2016-10-20 15:12:26 +0200
committerAlexander Weidinger <alexwegoo@gmail.com>2016-10-20 15:15:13 +0200
commitd613b1e70e17917952619d35d4d7fe4c9018555e (patch)
treeb7568236697dac321838cffdba3e748eedd02e3d /tests
parentac45b5e1586914bff131a7c0fe352da751d2cade (diff)
Replaced various ownCloud with Nextcloud.
Diffstat (limited to 'tests')
-rw-r--r--tests/bootstrap.php2
-rw-r--r--tests/integration/AppTest.php2
-rw-r--r--tests/unit/controller/PageControllerTest.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 8fcc88e9..ba136a15 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - contacts
+ * Nextcloud - contacts
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/integration/AppTest.php b/tests/integration/AppTest.php
index d33a08ce..6adedf1f 100644
--- a/tests/integration/AppTest.php
+++ b/tests/integration/AppTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - contacts
+ * Nextcloud - contacts
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/unit/controller/PageControllerTest.php b/tests/unit/controller/PageControllerTest.php
index 68852fe2..548081da 100644
--- a/tests/unit/controller/PageControllerTest.php
+++ b/tests/unit/controller/PageControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - contacts
+ * Nextcloud - contacts
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.