[Pkg-owncloud-commits] [php-sabre-vobject] 61/106: PHP 5.3

David Prévot taffit at moszumanska.debian.org
Fri Aug 22 15:11:03 UTC 2014


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 975a515d3f657258a69de621df6b833457b13392
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Wed Aug 6 17:56:16 2014 -0400

    PHP 5.3
---
 tests/Sabre/VObject/Issue48Test.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Sabre/VObject/Issue48Test.php b/tests/Sabre/VObject/Issue48Test.php
index cf873f0..8dff53f 100644
--- a/tests/Sabre/VObject/Issue48Test.php
+++ b/tests/Sabre/VObject/Issue48Test.php
@@ -36,11 +36,11 @@ ICS;
 
         $tz = new DateTimeZone('Europe/Moscow');
 
-        $expected = [
+        $expected = array(
             new DateTime('2013-07-10 11:00:00', $tz),
             new DateTime('2013-07-12 11:00:00', $tz),
             new DateTime('2013-07-13 11:00:00', $tz),
-        ];
+        );
 
         $this->assertEquals($expected, $result);
 

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