diff options
Diffstat (limited to 'php-ocramius-instantiator.spec')
-rw-r--r-- | php-ocramius-instantiator.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-ocramius-instantiator.spec b/php-ocramius-instantiator.spec index 5e6bac0..b4a0af9 100644 --- a/php-ocramius-instantiator.spec +++ b/php-ocramius-instantiator.spec @@ -86,7 +86,11 @@ sed -e '/Instantiator/d' \ : Run test suite phpunit \ --bootstrap autoload.php \ +%if "%{?php_version}" > "5.6" + -d date.timezone=UTC || : Ignore test suite result with PHP %{?php_version} +%else -d date.timezone=UTC +%endif %else : Test suite disabled %endif |