[Pkg-owncloud-commits] [php-sabredav] 10/16: CS

David Prévot taffit at moszumanska.debian.org
Sat Sep 5 15:23:58 UTC 2015


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

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

commit 38aa3230fdf33e7415227a91fea91e3c56ebace6
Author: Evert Pot <me at evertpot.com>
Date:   Fri Sep 4 17:52:22 2015 +0200

    CS
---
 tests/Sabre/DAV/HttpMoveTest.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/Sabre/DAV/HttpMoveTest.php b/tests/Sabre/DAV/HttpMoveTest.php
index b6c0d3c..d6864f6 100644
--- a/tests/Sabre/DAV/HttpMoveTest.php
+++ b/tests/Sabre/DAV/HttpMoveTest.php
@@ -37,7 +37,7 @@ class HttpMoveTest extends DAVServerTest {
         $this->assertEquals(403, $response->getStatus());
         $this->assertEquals('content1', $this->tree->getChild('file1')->get());
 
-    }    
+    }
 
     function testMove() {
 
@@ -49,7 +49,7 @@ class HttpMoveTest extends DAVServerTest {
         $this->assertEquals('content1', $this->tree->getChild('file3')->get());
         $this->assertFalse($this->tree->childExists('file1'));
 
-    }    
+    }
 
     function testMoveToExisting() {
 
@@ -61,7 +61,7 @@ class HttpMoveTest extends DAVServerTest {
         $this->assertEquals('content1', $this->tree->getChild('file2')->get());
         $this->assertFalse($this->tree->childExists('file1'));
 
-    }    
+    }
 
     function testMoveToExistingOverwriteT() {
 
@@ -74,7 +74,7 @@ class HttpMoveTest extends DAVServerTest {
         $this->assertEquals('content1', $this->tree->getChild('file2')->get());
         $this->assertFalse($this->tree->childExists('file1'));
 
-    }    
+    }
 
     function testMoveToExistingOverwriteF() {
 
@@ -115,5 +115,5 @@ class HttpMoveTest extends DAVServerTest {
         $this->assertTrue($this->tree->childExists('file1'));
         $this->assertTrue($this->tree->childExists('file2'));
 
-    }    
+    }
 }

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



More information about the Pkg-owncloud-commits mailing list