diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-27 09:34:36 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-27 09:34:36 +0100 |
commit | 34dae7d4170b56dec680dfacf2891b582949dc78 (patch) | |
tree | d65f92b7ce6ae4ea1aa96f38f47787cf88d9e0b7 | |
parent | 855a6e5c8ab7fbfce9f9f4287425e2c8b0dcd5ed (diff) |
php-JsonSchema: cleanup
-rw-r--r-- | php-JsonSchema.spec | 8 |
1 files 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 <shawn.iwinski@gmail.com> +# Copyright (c) 2012-2015 Shawn Iwinski <shawn.iwinski@gmail.com> # # 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 |