[Pkg-owncloud-commits] [php-sabre-vobject] 299/341: Fixed broken test.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:58 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 7921ee1a65d78bac017d41f544522f0abe6ecb90
Author: Evert Pot <me at evertpot.com>
Date: Sat Jul 4 01:30:48 2015 -0400
Fixed broken test.
---
tests/VObject/DocumentTest.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/VObject/DocumentTest.php b/tests/VObject/DocumentTest.php
index d657192..96250d8 100644
--- a/tests/VObject/DocumentTest.php
+++ b/tests/VObject/DocumentTest.php
@@ -78,7 +78,7 @@ class DocumentTest extends \PHPUnit_Framework_TestCase {
$vcal->destroy();
- $this->assertNull($event, $prop->parent);
+ $this->assertNull($prop->parent);
}
--
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