aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/dav/tests/Sabre/DAVServerTest.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-13 18:08:15 -0700
committerfriendica <info@friendica.com>2014-04-13 18:08:15 -0700
commit73f459b68d64282b76d8e11b8cd066faf440387a (patch)
tree2c4c235f6fad166298bc0e1b890fecd45b9a901f /vendor/sabre/dav/tests/Sabre/DAVServerTest.php
parente3aa7d2aaf223d0edfe9665adad59bcb0affade9 (diff)
parent153cc599a3ffe406200462f3cc7a597c34e8fcf7 (diff)
downloadvolse-hubzilla-73f459b68d64282b76d8e11b8cd066faf440387a.tar.gz
volse-hubzilla-73f459b68d64282b76d8e11b8cd066faf440387a.tar.bz2
volse-hubzilla-73f459b68d64282b76d8e11b8cd066faf440387a.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'vendor/sabre/dav/tests/Sabre/DAVServerTest.php')
-rw-r--r--vendor/sabre/dav/tests/Sabre/DAVServerTest.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/vendor/sabre/dav/tests/Sabre/DAVServerTest.php b/vendor/sabre/dav/tests/Sabre/DAVServerTest.php
index 5dc72fda0..a92c7065a 100644
--- a/vendor/sabre/dav/tests/Sabre/DAVServerTest.php
+++ b/vendor/sabre/dav/tests/Sabre/DAVServerTest.php
@@ -14,9 +14,8 @@ require_once 'Sabre/DAV/Auth/Backend/Mock.php';
* This class is supposed to provide a reasonably big framework to quickly get
* a testing environment running.
*
- * @package Sabre
- * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved.
- * @author Evert Pot (http://www.rooftopsolutions.nl/)
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
abstract class DAVServerTest extends \PHPUnit_Framework_TestCase {