summaryrefslogtreecommitdiffstats
path: root/tests/integration/db
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/db')
-rw-r--r--tests/integration/db/FeedMapperTest.php13
-rw-r--r--tests/integration/db/FolderMapperTest.php13
-rw-r--r--tests/integration/db/ItemMapperTest.php13
3 files changed, 33 insertions, 6 deletions
diff --git a/tests/integration/db/FeedMapperTest.php b/tests/integration/db/FeedMapperTest.php
index c8de68281..7979a04ea 100644
--- a/tests/integration/db/FeedMapperTest.php
+++ b/tests/integration/db/FeedMapperTest.php
@@ -1,5 +1,14 @@
<?php
-
+/**
+ * ownCloud - News
+ *
+ * This file is licensed under the Affero General Public License version 3 or
+ * later. See the COPYING file.
+ *
+ * @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @copyright Bernhard Posselt 2015
+ */
+
namespace OCA\News\Db;
use \OCA\News\Tests\Integration\NewsIntegrationTest;
@@ -43,4 +52,4 @@ class FeedMapperTest extends NewsIntegrationTest {
}*/
-} \ No newline at end of file
+}
diff --git a/tests/integration/db/FolderMapperTest.php b/tests/integration/db/FolderMapperTest.php
index 1af862340..a6aaae59c 100644
--- a/tests/integration/db/FolderMapperTest.php
+++ b/tests/integration/db/FolderMapperTest.php
@@ -1,5 +1,14 @@
<?php
-
+/**
+ * ownCloud - News
+ *
+ * This file is licensed under the Affero General Public License version 3 or
+ * later. See the COPYING file.
+ *
+ * @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @copyright Bernhard Posselt 2015
+ */
+
namespace OCA\News\Db;
use \OCA\News\Tests\Integration\NewsIntegrationTest;
@@ -39,4 +48,4 @@ class FolderMapperTest extends NewsIntegrationTest {
-} \ No newline at end of file
+}
diff --git a/tests/integration/db/ItemMapperTest.php b/tests/integration/db/ItemMapperTest.php
index 7989eb2e7..0c24660b3 100644
--- a/tests/integration/db/ItemMapperTest.php
+++ b/tests/integration/db/ItemMapperTest.php
@@ -1,5 +1,14 @@
<?php
-
+/**
+ * ownCloud - News
+ *
+ * This file is licensed under the Affero General Public License version 3 or
+ * later. See the COPYING file.
+ *
+ * @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @copyright Bernhard Posselt 2015
+ */
+
namespace OCA\News\Db;
use \OCA\News\Tests\Integration\NewsIntegrationTest;
@@ -231,4 +240,4 @@ class ItemMapperTest extends NewsIntegrationTest {
}
*/
-} \ No newline at end of file
+}