summaryrefslogtreecommitdiffstats
path: root/php-doctrine-doctrine-bundle2-vendor.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-doctrine-doctrine-bundle2-vendor.patch')
-rw-r--r--php-doctrine-doctrine-bundle2-vendor.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/php-doctrine-doctrine-bundle2-vendor.patch b/php-doctrine-doctrine-bundle2-vendor.patch
index 2452445..68906a3 100644
--- a/php-doctrine-doctrine-bundle2-vendor.patch
+++ b/php-doctrine-doctrine-bundle2-vendor.patch
@@ -1,7 +1,7 @@
diff -up ./Tests/ProfilerTest.php.rpm ./Tests/ProfilerTest.php
---- ./Tests/ProfilerTest.php.rpm 2019-11-20 15:05:37.038969160 +0100
-+++ ./Tests/ProfilerTest.php 2019-11-20 15:07:34.760380533 +0100
-@@ -41,7 +41,7 @@ class ProfilerTest extends BaseTestCase
+--- ./Tests/ProfilerTest.php.rpm 2021-04-06 09:11:38.958882731 +0200
++++ ./Tests/ProfilerTest.php 2021-04-06 09:12:58.974653590 +0200
+@@ -46,7 +46,7 @@ class ProfilerTest extends BaseTestCase
$this->collector->addLogger('foo', $this->logger);
$twigLoaderFilesystem = new FilesystemLoader(__DIR__ . '/../Resources/views/Collector');
@@ -9,5 +9,4 @@ diff -up ./Tests/ProfilerTest.php.rpm ./Tests/ProfilerTest.php
+ $twigLoaderFilesystem->addPath('/usr/share/php/Symfony4/Bundle/WebProfilerBundle/Resources/views', 'WebProfiler');
$this->twig = new Environment($twigLoaderFilesystem, ['debug' => true, 'strict_variables' => true]);
- $fragmentHandler = $this->getMockBuilder(FragmentHandler::class)->disableOriginalConstructor()->getMock();
-
+ $fragmentHandler = $this->getMockBuilder(FragmentHandler::class);