summaryrefslogtreecommitdiffstats
path: root/tests/integration/bootstrap.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-07 14:36:16 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-07 14:36:16 +0200
commit7d53f3a525371e28a932130457eaac72045986c7 (patch)
tree54b1df965a509433dbb5f0d4ad07fefd9d8090e9 /tests/integration/bootstrap.php
parentfcae747f7a10a5a94b88b13b1281fcba40faa047 (diff)
add integration test for generating search indices via command line
Diffstat (limited to 'tests/integration/bootstrap.php')
-rw-r--r--tests/integration/bootstrap.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/integration/bootstrap.php b/tests/integration/bootstrap.php
index badb0f788..62e148143 100644
--- a/tests/integration/bootstrap.php
+++ b/tests/integration/bootstrap.php
@@ -1,4 +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\Tests\Integration;
require_once __DIR__ . '/../../../../lib/base.php';