[Pkg-owncloud-commits] [php-sabre-vobject] 25/43: CS.

David Prévot taffit at moszumanska.debian.org
Sat Jan 10 14:20:15 UTC 2015


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

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

commit e0d35025fa2ce072808b6f700c9a80b0d45f3529
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Wed Jan 7 10:14:21 2015 +0100

    CS.
---
 tests/VObject/ReaderTest.php | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/VObject/ReaderTest.php b/tests/VObject/ReaderTest.php
index 735b912..9140e5a 100644
--- a/tests/VObject/ReaderTest.php
+++ b/tests/VObject/ReaderTest.php
@@ -125,7 +125,6 @@ class ReaderTest extends \PHPUnit_Framework_TestCase {
 
     }
 
-
     /**
      * @expectedException Sabre\VObject\ParseException
      */
@@ -154,6 +153,7 @@ class ReaderTest extends \PHPUnit_Framework_TestCase {
         $this->assertEquals('propValue', $result->children[0]->getValue());
 
     }
+
     function testReadNestedComponent() {
 
         $data = array(
@@ -294,6 +294,7 @@ class ReaderTest extends \PHPUnit_Framework_TestCase {
         $this->assertEquals('paramvalue', $result->parameters['PARAMNAME']->getValue());
 
     }
+
     function testReadPropertyParameterNewLines() {
 
         $data = "BEGIN:VCALENDAR\r\nPROPNAME;PARAMNAME=paramvalue1^nvalue2^^nvalue3:propValue\r\nEND:VCALENDAR";
@@ -354,7 +355,6 @@ class ReaderTest extends \PHPUnit_Framework_TestCase {
 
         $this->assertEquals($expected, $result->serialize());
 
-
     }
 
     function testReadWithInvalidLine() {
@@ -386,7 +386,6 @@ class ReaderTest extends \PHPUnit_Framework_TestCase {
 
         $this->assertEquals($expected, $result->serialize());
 
-
     }
 
     /**

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



More information about the Pkg-owncloud-commits mailing list