From fe948df5c5898be089513ffe12aeda11d68624d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Jan 2016 18:44:08 +0100 Subject: php-mongodb: 1.0.0beta2 --- php-mongodb-autoload.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 php-mongodb-autoload.patch (limited to 'php-mongodb-autoload.patch') diff --git a/php-mongodb-autoload.patch b/php-mongodb-autoload.patch deleted file mode 100644 index df451b1..0000000 --- a/php-mongodb-autoload.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up tests/PedantryTest.php.rpm tests/PedantryTest.php ---- tests/PedantryTest.php.rpm 2015-11-02 17:58:41.319791130 +0100 -+++ tests/PedantryTest.php 2015-11-02 17:58:45.599811089 +0100 -@@ -65,6 +65,9 @@ class PedantryTest extends \PHPUnit_Fram - if ($file->getFilename() === 'functions.php') { - continue; - } -+ if ($file->getFilename() === 'autoload.php') { -+ continue; -+ } - - $classNames[][] = 'MongoDB\\' . str_replace(DIRECTORY_SEPARATOR, '\\', substr($file->getRealPath(), strlen($srcDir) + 1, -4)); - } -- cgit