summaryrefslogtreecommitdiffstats
path: root/phpunit-mock-objects-rpm.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-06 13:31:13 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-06 13:31:13 +0200
commitf6043b062122e5d4ed8871411756b32bdf531cac (patch)
tree66f321aa4ab12196143081378c2acf164ab02558 /phpunit-mock-objects-rpm.patch
parentd534fb6aa85b2c66c7e46ed1a93f22412a60f7cf (diff)
php-phpunit-PHPUnit-MockObject: workaround to autoload issue during check
Diffstat (limited to 'phpunit-mock-objects-rpm.patch')
-rw-r--r--phpunit-mock-objects-rpm.patch12
1 files changed, 12 insertions, 0 deletions
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
+ *