diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-05 15:11:54 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-05 15:11:54 +0100 |
commit | 754b31a19fde40c68fdf4c74938939aa93265f3d (patch) | |
tree | 5d27cd886d6215fd6a02c9c6b643fd477310da5d /php-bartlett-PHP-Reflect-pr16.patch | |
parent | 854d075137153a372ee6ba8d3639c88e230b0456 (diff) |
php-bartlett-PHP-Reflect: 2.6.2
Diffstat (limited to 'php-bartlett-PHP-Reflect-pr16.patch')
-rw-r--r-- | php-bartlett-PHP-Reflect-pr16.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/php-bartlett-PHP-Reflect-pr16.patch b/php-bartlett-PHP-Reflect-pr16.patch new file mode 100644 index 0000000..9cb5bb5 --- /dev/null +++ b/php-bartlett-PHP-Reflect-pr16.patch @@ -0,0 +1,23 @@ +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; |