From f6043b062122e5d4ed8871411756b32bdf531cac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 May 2014 13:31:13 +0200 Subject: php-phpunit-PHPUnit-MockObject: workaround to autoload issue during check --- phpunit-mock-objects-rpm.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 phpunit-mock-objects-rpm.patch (limited to 'phpunit-mock-objects-rpm.patch') diff --git a/phpunit-mock-objects-rpm.patch b/phpunit-mock-objects-rpm.patch new file mode 100644 index 0000000..97bdde1 --- /dev/null +++ b/phpunit-mock-objects-rpm.patch @@ -0,0 +1,12 @@ +--- phpunit-mock-objects-da0eb04d8ee95ec2898187e407e519c118d3d27c/src/Framework/MockObject/Generator.php.rpm 2014-05-06 13:15:55.000000000 +0200 ++++ phpunit-mock-objects-da0eb04d8ee95ec2898187e407e519c118d3d27c/src/Framework/MockObject/Generator.php 2014-05-06 13:16:12.000000000 +0200 +@@ -49,6 +49,9 @@ + } + } + ++# temporary workaround ++require_once 'Text/Template.php'; ++ + /** + * Mock Object Code Generator + * -- cgit