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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-14 16:58:23 +0300
committerJoas Schilling <coding@schilljs.com>2016-07-14 16:58:23 +0300
commite4cd0f8a4162f453c81eb93494eb39fa1ab2db0e (patch)
treea703356839e721330354da6431a9d8c22ffb41be /tests/Unit
parenteed13becc2454424f71878f7892b6e60294f9e1a (diff)
Fix my email
Diffstat (limited to 'tests/Unit')
-rw-r--r--tests/Unit/AppInfo/AppTest.php2
-rw-r--r--tests/Unit/AppInfo/ApplicationTest.php2
-rw-r--r--tests/Unit/AppInfo/RoutesTest.php2
-rw-r--r--tests/Unit/AppTest.php2
-rw-r--r--tests/Unit/CapabilitiesTest.php2
-rw-r--r--tests/Unit/Controller/EndpointControllerTest.php2
-rw-r--r--tests/Unit/HandlerTest.php2
-rw-r--r--tests/Unit/TestCase.php2
-rw-r--r--tests/Unit/bootstrap.php2
9 files changed, 9 insertions, 9 deletions
diff --git a/tests/Unit/AppInfo/AppTest.php b/tests/Unit/AppInfo/AppTest.php
index bd1f687..3f54695 100644
--- a/tests/Unit/AppInfo/AppTest.php
+++ b/tests/Unit/AppInfo/AppTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
diff --git a/tests/Unit/AppInfo/ApplicationTest.php b/tests/Unit/AppInfo/ApplicationTest.php
index c3f4ad1..61db3aa 100644
--- a/tests/Unit/AppInfo/ApplicationTest.php
+++ b/tests/Unit/AppInfo/ApplicationTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
diff --git a/tests/Unit/AppInfo/RoutesTest.php b/tests/Unit/AppInfo/RoutesTest.php
index 60e969f..4af37a7 100644
--- a/tests/Unit/AppInfo/RoutesTest.php
+++ b/tests/Unit/AppInfo/RoutesTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
diff --git a/tests/Unit/AppTest.php b/tests/Unit/AppTest.php
index e3cd99c..40db301 100644
--- a/tests/Unit/AppTest.php
+++ b/tests/Unit/AppTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
diff --git a/tests/Unit/CapabilitiesTest.php b/tests/Unit/CapabilitiesTest.php
index f1f82ba..6df07f4 100644
--- a/tests/Unit/CapabilitiesTest.php
+++ b/tests/Unit/CapabilitiesTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
diff --git a/tests/Unit/Controller/EndpointControllerTest.php b/tests/Unit/Controller/EndpointControllerTest.php
index 872364e..a98be77 100644
--- a/tests/Unit/Controller/EndpointControllerTest.php
+++ b/tests/Unit/Controller/EndpointControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
diff --git a/tests/Unit/HandlerTest.php b/tests/Unit/HandlerTest.php
index 9f9ff8b..17973b3 100644
--- a/tests/Unit/HandlerTest.php
+++ b/tests/Unit/HandlerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
diff --git a/tests/Unit/TestCase.php b/tests/Unit/TestCase.php
index a60b3b8..6bb48bd 100644
--- a/tests/Unit/TestCase.php
+++ b/tests/Unit/TestCase.php
@@ -1,6 +1,6 @@
<?php
/**
- * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
diff --git a/tests/Unit/bootstrap.php b/tests/Unit/bootstrap.php
index fb650cb..a5941d0 100644
--- a/tests/Unit/bootstrap.php
+++ b/tests/Unit/bootstrap.php
@@ -1,6 +1,6 @@
<?php
/**
- * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.