summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 21:32:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 21:32:42 +0200
commit7a3a22bd2757e129c8964d9ddcde15ec53b736bb (patch)
tree3098439a8c6b88ce4063b8de25383019380358d3 /tests
parent24a1b9708c559cc54de2b18a6803493819e97fbf (diff)
Adjust copyright header
Diffstat (limited to 'tests')
-rw-r--r--tests/Integration/Db/FeedMapperTest.php2
-rw-r--r--tests/Integration/Db/FolderMapperTest.php2
-rw-r--r--tests/Integration/Db/ItemMapperTest.php2
-rw-r--r--tests/Integration/Fixtures/FeedFixture.php2
-rw-r--r--tests/Integration/Fixtures/Fixture.php2
-rw-r--r--tests/Integration/Fixtures/FolderFixture.php2
-rw-r--r--tests/Integration/Fixtures/ItemFixture.php2
-rw-r--r--tests/Integration/Fixtures/data/default.php2
-rw-r--r--tests/Integration/Fixtures/data/readitem.php2
-rw-r--r--tests/Integration/IntegrationTest.php2
-rw-r--r--tests/Unit/Config/ConfigTest.php2
-rw-r--r--tests/Unit/Controller/AdminControllerTest.php2
-rw-r--r--tests/Unit/Controller/EntityApiSerializerTest.php2
-rw-r--r--tests/Unit/Controller/ExportControllerTest.php2
-rw-r--r--tests/Unit/Controller/FeedApiControllerTest.php2
-rw-r--r--tests/Unit/Controller/FeedControllerTest.php2
-rw-r--r--tests/Unit/Controller/FolderApiControllerTest.php2
-rw-r--r--tests/Unit/Controller/FolderControllerTest.php2
-rw-r--r--tests/Unit/Controller/ItemApiControllerTest.php2
-rw-r--r--tests/Unit/Controller/ItemControllerTest.php2
-rw-r--r--tests/Unit/Controller/JSONHttpErrorTest.php2
-rw-r--r--tests/Unit/Controller/PageControllerTest.php2
-rw-r--r--tests/Unit/Controller/UserApiControllerTest.php2
-rw-r--r--tests/Unit/Controller/UtilityApiControllerTest.php2
-rw-r--r--tests/Unit/Db/FeedMapperTest.php2
-rw-r--r--tests/Unit/Db/FeedTest.php2
-rw-r--r--tests/Unit/Db/FolderMapperTest.php2
-rw-r--r--tests/Unit/Db/FolderTest.php2
-rw-r--r--tests/Unit/Db/ItemMapperTest.php2
-rw-r--r--tests/Unit/Db/ItemTest.php2
-rw-r--r--tests/Unit/Db/MapperFactoryTest.php2
-rw-r--r--tests/Unit/Db/Mysql/ItemMapperTest.php2
-rw-r--r--tests/Unit/Fetcher/FeedFetcherTest.php2
-rw-r--r--tests/Unit/Fetcher/FetcherTest.php2
-rw-r--r--tests/Unit/Fetcher/YoutubeFetcherTest.php2
-rw-r--r--tests/Unit/Http/TextDownloadResponseTest.php2
-rw-r--r--tests/Unit/Http/TextResponseTest.php2
-rw-r--r--tests/Unit/Service/FeedServiceTest.php2
-rw-r--r--tests/Unit/Service/FolderServiceTest.php2
-rw-r--r--tests/Unit/Service/ItemServiceTest.php2
-rw-r--r--tests/Unit/Service/ServiceTest.php2
-rw-r--r--tests/Unit/Service/StatusFlagTest.php2
-rw-r--r--tests/Unit/Service/StatusServiceTest.php2
-rw-r--r--tests/Unit/Utility/OPMLExporterTest.php2
-rw-r--r--tests/Unit/Utility/ProxyConfigParserTest.php2
-rw-r--r--tests/Unit/Utility/UpdaterTest.php2
-rw-r--r--tests/bootstrap.php2
47 files changed, 47 insertions, 47 deletions
diff --git a/tests/Integration/Db/FeedMapperTest.php b/tests/Integration/Db/FeedMapperTest.php
index b72cb1203..0c13280f5 100644
--- a/tests/Integration/Db/FeedMapperTest.php
+++ b/tests/Integration/Db/FeedMapperTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Integration/Db/FolderMapperTest.php b/tests/Integration/Db/FolderMapperTest.php
index 21b6ddf41..80ff1963c 100644
--- a/tests/Integration/Db/FolderMapperTest.php
+++ b/tests/Integration/Db/FolderMapperTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Integration/Db/ItemMapperTest.php b/tests/Integration/Db/ItemMapperTest.php
index 14c989cbf..6b621e070 100644
--- a/tests/Integration/Db/ItemMapperTest.php
+++ b/tests/Integration/Db/ItemMapperTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Integration/Fixtures/FeedFixture.php b/tests/Integration/Fixtures/FeedFixture.php
index eafcab906..3d7617a57 100644
--- a/tests/Integration/Fixtures/FeedFixture.php
+++ b/tests/Integration/Fixtures/FeedFixture.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Integration/Fixtures/Fixture.php b/tests/Integration/Fixtures/Fixture.php
index a5bceda17..f17beb25c 100644
--- a/tests/Integration/Fixtures/Fixture.php
+++ b/tests/Integration/Fixtures/Fixture.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Integration/Fixtures/FolderFixture.php b/tests/Integration/Fixtures/FolderFixture.php
index 2dc6b3a44..150557b8b 100644
--- a/tests/Integration/Fixtures/FolderFixture.php
+++ b/tests/Integration/Fixtures/FolderFixture.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Integration/Fixtures/ItemFixture.php b/tests/Integration/Fixtures/ItemFixture.php
index 9e6e07fe2..2dfe79c28 100644
--- a/tests/Integration/Fixtures/ItemFixture.php
+++ b/tests/Integration/Fixtures/ItemFixture.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Integration/Fixtures/data/default.php b/tests/Integration/Fixtures/data/default.php
index d1383c3f7..d87bb1e6f 100644
--- a/tests/Integration/Fixtures/data/default.php
+++ b/tests/Integration/Fixtures/data/default.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Integration/Fixtures/data/readitem.php b/tests/Integration/Fixtures/data/readitem.php
index 7e3d68fad..0a587bad7 100644
--- a/tests/Integration/Fixtures/data/readitem.php
+++ b/tests/Integration/Fixtures/data/readitem.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Integration/IntegrationTest.php b/tests/Integration/IntegrationTest.php
index 1e89bd8c2..fb39dfd7a 100644
--- a/tests/Integration/IntegrationTest.php
+++ b/tests/Integration/IntegrationTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Unit/Config/ConfigTest.php b/tests/Unit/Config/ConfigTest.php
index a30601403..0d9ca434b 100644
--- a/tests/Unit/Config/ConfigTest.php
+++ b/tests/Unit/Config/ConfigTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Unit/Controller/AdminControllerTest.php b/tests/Unit/Controller/AdminControllerTest.php
index 9d5014636..8b4fd7955 100644
--- a/tests/Unit/Controller/AdminControllerTest.php
+++ b/tests/Unit/Controller/AdminControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Unit/Controller/EntityApiSerializerTest.php b/tests/Unit/Controller/EntityApiSerializerTest.php
index 80752889d..ec357e7f2 100644
--- a/tests/Unit/Controller/EntityApiSerializerTest.php
+++ b/tests/Unit/Controller/EntityApiSerializerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Unit/Controller/ExportControllerTest.php b/tests/Unit/Controller/ExportControllerTest.php
index 6e7df683e..89dcb0198 100644
--- a/tests/Unit/Controller/ExportControllerTest.php
+++ b/tests/Unit/Controller/ExportControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Unit/Controller/FeedApiControllerTest.php b/tests/Unit/Controller/FeedApiControllerTest.php
index f13e96660..b58bbfbb1 100644
--- a/tests/Unit/Controller/FeedApiControllerTest.php
+++ b/tests/Unit/Controller/FeedApiControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Unit/Controller/FeedControllerTest.php b/tests/Unit/Controller/FeedControllerTest.php
index 3630ad2f8..478765091 100644
--- a/tests/Unit/Controller/FeedControllerTest.php
+++ b/tests/Unit/Controller/FeedControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Unit/Controller/FolderApiControllerTest.php b/tests/Unit/Controller/FolderApiControllerTest.php
index 550cd298c..e03581cae 100644
--- a/tests/Unit/Controller/FolderApiControllerTest.php
+++ b/tests/Unit/Controller/FolderApiControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Unit/Controller/FolderControllerTest.php b/tests/Unit/Controller/FolderControllerTest.php
index 1fa915b11..f7ec6596e 100644
--- a/tests/Unit/Controller/FolderControllerTest.php
+++ b/tests/Unit/Controller/FolderControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Unit/Controller/ItemApiControllerTest.php b/tests/Unit/Controller/ItemApiControllerTest.php
index b0f8169e7..393c6198b 100644
--- a/tests/Unit/Controller/ItemApiControllerTest.php
+++ b/tests/Unit/Controller/ItemApiControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Unit/Controller/ItemControllerTest.php b/tests/Unit/Controller/ItemControllerTest.php
index 72c6d38f0..b9e04a75d 100644
--- a/tests/Unit/Controller/ItemControllerTest.php
+++ b/tests/Unit/Controller/ItemControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Unit/Controller/JSONHttpErrorTest.php b/tests/Unit/Controller/JSONHttpErrorTest.php
index 8ab657aa9..31e702513 100644
--- a/tests/Unit/Controller/JSONHttpErrorTest.php
+++ b/tests/Unit/Controller/JSONHttpErrorTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* 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 5a0b3d0e8..5cfba947e 100644
--- a/tests/Unit/Controller/PageControllerTest.php
+++ b/tests/Unit/Controller/PageControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Unit/Controller/UserApiControllerTest.php b/tests/Unit/Controller/UserApiControllerTest.php
index 6c7ce7f04..bb73de088 100644
--- a/tests/Unit/Controller/UserApiControllerTest.php
+++ b/tests/Unit/Controller/UserApiControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Unit/Controller/UtilityApiControllerTest.php b/tests/Unit/Controller/UtilityApiControllerTest.php
index 292b8d16a..ebd43f66e 100644
--- a/tests/Unit/Controller/UtilityApiControllerTest.php
+++ b/tests/Unit/Controller/UtilityApiControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/Unit/Db/FeedMapperTest.php b/tests/Unit/Db/FeedMapperTest.php
index 7e2f8d777..5c046f05b 100644
--- a/tests/Unit/Db/FeedMapperTest.php
+++ b/tests/Unit/Db/FeedMapperTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News