[Pkg-owncloud-commits] [php-sabredav] 14/220: CS.

David Prévot taffit at moszumanska.debian.org
Thu May 12 01:21:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit 2b2864da0e8ebab2bc62cc7c51a32943e9287ca8
Author: Evert Pot <me at evertpot.com>
Date:   Wed Jul 29 13:33:40 2015 -0400

    CS.
---
 tests/Sabre/DAV/Xml/Request/ShareResourceTest.php | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/Sabre/DAV/Xml/Request/ShareResourceTest.php b/tests/Sabre/DAV/Xml/Request/ShareResourceTest.php
index 14a4b09..9e6e9d3 100644
--- a/tests/Sabre/DAV/Xml/Request/ShareResourceTest.php
+++ b/tests/Sabre/DAV/Xml/Request/ShareResourceTest.php
@@ -41,16 +41,16 @@ XML;
         $this->assertEquals(
             [
                 [
-                    'href' => 'mailto:eric at example.com',
+                    'href'              => 'mailto:eric at example.com',
                     '{DAV:}displayname' => 'Eric York',
-                    'comment' => 'Shared workspace',
-                    'readOnly' => false,
+                    'comment'           => 'Shared workspace',
+                    'readOnly'          => false,
                 ],
                 [
-                    'href' => 'mailto:evert at example.com',
+                    'href'              => 'mailto:evert at example.com',
                     '{DAV:}displayname' => 'Evert Pot',
-                    'comment' => 'Shared workspace',
-                    'readOnly' => true,
+                    'comment'           => 'Shared workspace',
+                    'readOnly'          => true,
                 ],
             ],
             $result['value']->set

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list