From 34dae7d4170b56dec680dfacf2891b582949dc78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Mar 2015 09:34:36 +0100 Subject: php-JsonSchema: cleanup --- php-JsonSchema.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/php-JsonSchema.spec b/php-JsonSchema.spec index 6ed2434..17265e4 100644 --- a/php-JsonSchema.spec +++ b/php-JsonSchema.spec @@ -1,7 +1,7 @@ # # RPM spec file for php-JsonSchema # -# Copyright (c) 2012-2014 Shawn Iwinski +# Copyright (c) 2012-2015 Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -109,13 +109,9 @@ AUTOLOAD # Remove empty tests rm -rf tests/JsonSchema/Tests/Drafts -# Create PHPUnit config w/ colors turned off -sed 's/colors\s*=\s*"true"/colors="false"/' phpunit.xml.dist > phpunit.xml - %{_bindir}/phpunit \ --include-path="./src:./tests" \ - --bootstrap="./autoload.php" \ - -d date.timezone="UTC" + --bootstrap="./autoload.php" %else : Tests skipped %endif -- cgit