[Pkg-owncloud-commits] [php-sabre-vobject] 04/10: PHP 5.3

David Prévot taffit at moszumanska.debian.org
Tue Jan 5 03:10:26 UTC 2016


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

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

commit f8a4c39ad1143944ae8951f11da3b27223e4d2f9
Author: Evert Pot <me at evertpot.com>
Date:   Fri Dec 18 01:01:55 2015 -0500

    PHP 5.3
---
 tests/VObject/ITip/BrokerDeleteEventTest.php | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/tests/VObject/ITip/BrokerDeleteEventTest.php b/tests/VObject/ITip/BrokerDeleteEventTest.php
index 2e1934a..3d483b8 100644
--- a/tests/VObject/ITip/BrokerDeleteEventTest.php
+++ b/tests/VObject/ITip/BrokerDeleteEventTest.php
@@ -111,8 +111,8 @@ ICS;
 
         $version = \Sabre\VObject\Version::VERSION;
 
-        $expected = [
-            [
+        $expected = array(
+            array(
                 'uid'           => 'foobar',
                 'method'        => 'CANCEL',
                 'component'     => 'VEVENT',
@@ -137,9 +137,9 @@ ATTENDEE;CN=One:mailto:one at example.org
 END:VEVENT
 END:VCALENDAR
 ICS
-            ],
+            ),
 
-            [
+            array(
                 'uid'           => 'foobar',
                 'method'        => 'CANCEL',
                 'component'     => 'VEVENT',
@@ -165,8 +165,8 @@ END:VEVENT
 END:VCALENDAR
 ICS
 
-            ],
-        ];
+            ),
+        );
 
         $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk at example.org');
 
@@ -195,8 +195,8 @@ ICS;
 
         $version = \Sabre\VObject\Version::VERSION;
 
-        $expected = [
-            [
+        $expected = array(
+            array(
                 'uid'           => 'foobar',
                 'method'        => 'REPLY',
                 'component'     => 'VEVENT',
@@ -221,8 +221,8 @@ ATTENDEE;PARTSTAT=DECLINED;CN=One:mailto:one at example.org
 END:VEVENT
 END:VCALENDAR
 ICS
-            ],
-        ];
+            ),
+        );
 
         $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:one at example.org');
 

-- 
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