From a05af9ad7ccf660d688c18c608843807c7a300c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 May 2019 09:04:08 +0200 Subject: - update to 1.11.0 - raise dependency on PHP 7.1 - raise dependency on symfony 3.4 - use phpunit7 --- php-doctrine-doctrine-bundle-vendor.patch | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'php-doctrine-doctrine-bundle-vendor.patch') diff --git a/php-doctrine-doctrine-bundle-vendor.patch b/php-doctrine-doctrine-bundle-vendor.patch index d3c9e13..7eb2638 100644 --- a/php-doctrine-doctrine-bundle-vendor.patch +++ b/php-doctrine-doctrine-bundle-vendor.patch @@ -1,19 +1,19 @@ diff -up ./Tests/ProfilerTest.php.rpm ./Tests/ProfilerTest.php ---- ./Tests/ProfilerTest.php.rpm 2019-01-08 08:34:53.547673232 +0100 -+++ ./Tests/ProfilerTest.php 2019-01-08 08:35:26.067868176 +0100 -@@ -42,7 +42,7 @@ class ProfilerTest extends BaseTestCase +--- ./Tests/ProfilerTest.php.rpm 2019-05-13 08:27:20.088593657 +0200 ++++ ./Tests/ProfilerTest.php 2019-05-13 08:27:53.090782715 +0200 +@@ -41,7 +41,7 @@ class ProfilerTest extends BaseTestCase $this->collector->addLogger('foo', $this->logger); - $twigLoaderFilesystem = new Twig_Loader_Filesystem(__DIR__ . '/../Resources/views/Collector'); + $twigLoaderFilesystem = new FilesystemLoader(__DIR__ . '/../Resources/views/Collector'); - $twigLoaderFilesystem->addPath(__DIR__ . '/../vendor/symfony/web-profiler-bundle/Resources/views', 'WebProfiler'); + $twigLoaderFilesystem->addPath('/usr/share/php/Symfony4/Bundle/WebProfilerBundle/Resources/views', 'WebProfiler'); - $this->twig = new Twig_Environment($twigLoaderFilesystem, ['debug' => true, 'strict_variables' => true]); + $this->twig = new Environment($twigLoaderFilesystem, ['debug' => true, 'strict_variables' => true]); $this->twig->addExtension(new CodeExtension('', '', '')); diff -up ./Tests/ServiceRepositoryTest.php.rpm ./Tests/ServiceRepositoryTest.php ---- ./Tests/ServiceRepositoryTest.php.rpm 2019-01-08 08:31:26.000000000 +0100 -+++ ./Tests/ServiceRepositoryTest.php 2019-01-08 08:34:53.547673232 +0100 -@@ -36,7 +36,7 @@ class ServiceRepositoryTest extends Test +--- ./Tests/ServiceRepositoryTest.php.rpm 2019-05-13 08:11:25.000000000 +0200 ++++ ./Tests/ServiceRepositoryTest.php 2019-05-13 08:27:20.089593662 +0200 +@@ -35,7 +35,7 @@ class ServiceRepositoryTest extends Test public function testRepositoryServiceWiring() { // needed for older versions of Doctrine -- cgit