From 8c64db05c476b240f7eed616608f6e57ab50dcf0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Feb 2018 09:23:08 +0100 Subject: duplicate v5 spec file --- php-phpunit-mock-objects6-rpm.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 php-phpunit-mock-objects6-rpm.patch (limited to 'php-phpunit-mock-objects6-rpm.patch') diff --git a/php-phpunit-mock-objects6-rpm.patch b/php-phpunit-mock-objects6-rpm.patch new file mode 100644 index 0000000..2b3b5ba --- /dev/null +++ b/php-phpunit-mock-objects6-rpm.patch @@ -0,0 +1,13 @@ +diff -up ./src/Generator.php.rpm ./src/Generator.php +--- ./src/Generator.php.rpm 2017-12-01 10:18:01.270374273 +0100 ++++ ./src/Generator.php 2017-12-01 10:18:06.056400373 +0100 +@@ -22,6 +22,9 @@ use SoapClient; + use Text_Template; + use Traversable; + ++# temporary workaround ++require_once 'Text/Template.php'; ++ + /** + * Mock Object Code Generator + */ -- cgit