summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-03-27 09:34:36 +0100
committerRemi Collet <fedora@famillecollet.com>2015-03-27 09:34:36 +0100
commit34dae7d4170b56dec680dfacf2891b582949dc78 (patch)
treed65f92b7ce6ae4ea1aa96f38f47787cf88d9e0b7
parent855a6e5c8ab7fbfce9f9f4287425e2c8b0dcd5ed (diff)
php-JsonSchema: cleanup
-rw-r--r--php-JsonSchema.spec8
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