Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-08-14 04:50:17 +0300
committerOlivier Paroz <github@oparoz.com>2015-08-14 04:50:17 +0300
commit2adbe85bb6f5d8baf2d63aa74ba60699c0edd768 (patch)
tree03390ae0d92b1c7101a61a57ab0a6fa13550c079 /tests/_bootstrap.php
parentb84508a0b687b91b623c6f81ea99e5fe40daa846 (diff)
1st test module: DataSetup
Diffstat (limited to 'tests/_bootstrap.php')
-rw-r--r--tests/_bootstrap.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/_bootstrap.php b/tests/_bootstrap.php
index 50685cda..8f5f94de 100644
--- a/tests/_bootstrap.php
+++ b/tests/_bootstrap.php
@@ -1,4 +1,14 @@
<?php
+/**
+ * ownCloud - gallery
+ *
+ * This file is licensed under the Affero General Public License version 3 or
+ * later. See the COPYING file.
+ *
+ * @author Olivier Paroz <owncloud@interfasys.ch>
+ *
+ * @copyright Olivier Paroz 2015
+ */
use Codeception\Util\Autoload;