summaryrefslogtreecommitdiffstats
path: root/php-doctrine-doctrine-bundle2-vendor.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-04-06 09:14:45 +0200
committerRemi Collet <remi@remirepo.net>2021-04-06 09:14:45 +0200
commit3c63d247dcef1935c0edc43909444f1f021de7de (patch)
treeaf21c3ac50aee5e5cd3c34ef03a6d2a105d0e6db /php-doctrine-doctrine-bundle2-vendor.patch
parent3bd5a74949411c5557f51dbf2d42468c592c2798 (diff)
update to 2.3.1
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);