summaryrefslogtreecommitdiffstats
path: root/phpunit-mock-objects-rpm.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-08-31 21:22:19 +0200
committerRemi Collet <fedora@famillecollet.com>2016-08-31 21:22:19 +0200
commitd05cbf6976a8979bd33cf2e1cfa8fb0c4249b4c4 (patch)
treec43d9b3aec81a7a2445dd5c4f3521051e647b364 /phpunit-mock-objects-rpm.patch
parent64d945b9a9db8e788972d6c25468dae83a094532 (diff)
php-phpunit-PHPUnit-MockObject: switch the spec
Diffstat (limited to 'phpunit-mock-objects-rpm.patch')
-rw-r--r--phpunit-mock-objects-rpm.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/phpunit-mock-objects-rpm.patch b/phpunit-mock-objects-rpm.patch
deleted file mode 100644
index 97bdde1..0000000
--- a/phpunit-mock-objects-rpm.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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
- *