[php-symfony2-Translation] Fixed default timezone for tests

Shawn Iwinski siwinski at fedoraproject.org
Sun Mar 3 22:39:38 UTC 2013


commit ea4f10dc77ea53a4189963460eadc4e04c64970c
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Mar 3 17:39:22 2013 -0500

    Fixed default timezone for tests

 php-symfony2-Translation.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/php-symfony2-Translation.spec b/php-symfony2-Translation.spec
index 3935367..d210224 100644
--- a/php-symfony2-Translation.spec
+++ b/php-symfony2-Translation.spec
@@ -100,7 +100,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 %check
 cd %{pear_name}-%{version}/Symfony/Component/%{pear_name}
-%{_bindir}/phpunit
+%{_bindir}/phpunit -d date.timezone="UTC"
 
 
 %post


More information about the scm-commits mailing list