From 3c63d247dcef1935c0edc43909444f1f021de7de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Apr 2021 09:14:45 +0200 Subject: update to 2.3.1 --- php-doctrine-doctrine-bundle2-vendor.patch | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'php-doctrine-doctrine-bundle2-vendor.patch') 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); -- cgit