summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-Reflect-pr16.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-04-04 14:24:00 +0200
committerRemi Collet <fedora@famillecollet.com>2015-04-04 14:24:00 +0200
commit9c8e9503416eacf177a25d5bccc6551249eccb14 (patch)
tree767f4c31199f2cd0bebaf5c4ac4d0c9c6dd44f41 /php-bartlett-PHP-Reflect-pr16.patch
parent9018244621d32023497cddaca5d27687b1640cd5 (diff)
php-bartlett-PHP-Reflect: cleanups
Diffstat (limited to 'php-bartlett-PHP-Reflect-pr16.patch')
-rw-r--r--php-bartlett-PHP-Reflect-pr16.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/php-bartlett-PHP-Reflect-pr16.patch b/php-bartlett-PHP-Reflect-pr16.patch
deleted file mode 100644
index 9cb5bb5..0000000
--- a/php-bartlett-PHP-Reflect-pr16.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 9ab5673d110729d23197f2b68bb0685fa8696640 Mon Sep 17 00:00:00 2001
-From: Remi Collet <fedora@famillecollet.com>
-Date: Mon, 5 Jan 2015 14:58:42 +0100
-Subject: [PATCH] fix failed tests because of file order
-
----
- tests/PhpFeature/V504Test.php | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/tests/PhpFeature/V504Test.php b/tests/PhpFeature/V504Test.php
-index 14a23b8..ad39ff8 100644
---- a/tests/PhpFeature/V504Test.php
-+++ b/tests/PhpFeature/V504Test.php
-@@ -52,7 +52,8 @@ public static function setUpBeforeClass()
- $finder->files()
- ->name('gh15.php')
- ->name('php504ArrayFeatures.php')
-- ->in(self::$fixtures);
-+ ->in(self::$fixtures)
-+ ->sortByName()
- ;
-
- $pm = new ProviderManager;