[Pkg-owncloud-commits] [php-sabre-vobject] 91/128: Making sure loading of the tz mapping is tested.
David Prévot
taffit at moszumanska.debian.org
Tue May 20 23:11:05 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 4c95edcec41caf651b992eef502708a47372eff6
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Wed Apr 2 17:09:32 2014 -0400
Making sure loading of the tz mapping is tested.
---
tests/Sabre/VObject/TimeZoneUtilTest.php | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/Sabre/VObject/TimeZoneUtilTest.php b/tests/Sabre/VObject/TimeZoneUtilTest.php
index 68f1bc8..6e4204d 100644
--- a/tests/Sabre/VObject/TimeZoneUtilTest.php
+++ b/tests/Sabre/VObject/TimeZoneUtilTest.php
@@ -4,6 +4,13 @@ namespace Sabre\VObject;
class TimezoneUtilTest extends \PHPUnit_Framework_TestCase {
+ function setUp() {
+
+ // clearning the tz cache
+ TimezoneUtil::$map = null;
+
+ }
+
/**
* @dataProvider getMapping
*/
--
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