diff options
Diffstat (limited to 'php-doctrine-doctrine-bundle-vendor.patch')
-rw-r--r-- | php-doctrine-doctrine-bundle-vendor.patch | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/php-doctrine-doctrine-bundle-vendor.patch b/php-doctrine-doctrine-bundle-vendor.patch index 8903194..2452445 100644 --- a/php-doctrine-doctrine-bundle-vendor.patch +++ b/php-doctrine-doctrine-bundle-vendor.patch @@ -10,15 +10,4 @@ diff -up ./Tests/ProfilerTest.php.rpm ./Tests/ProfilerTest.php $this->twig = new Environment($twigLoaderFilesystem, ['debug' => true, 'strict_variables' => true]); $fragmentHandler = $this->getMockBuilder(FragmentHandler::class)->disableOriginalConstructor()->getMock(); -diff -up ./Tests/ServiceRepositoryTest.php.rpm ./Tests/ServiceRepositoryTest.php ---- ./Tests/ServiceRepositoryTest.php.rpm 2019-11-20 14:45:37.000000000 +0100 -+++ ./Tests/ServiceRepositoryTest.php 2019-11-20 15:05:37.038969160 +0100 -@@ -36,7 +36,7 @@ class ServiceRepositoryTest extends Test - public function testRepositoryServiceWiring() - { - // needed for older versions of Doctrine -- AnnotationRegistry::registerFile(__DIR__ . '/../vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php'); -+ AnnotationRegistry::registerFile('/usr/share/php/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php'); - - $container = new ContainerBuilder(new ParameterBag([ - 'kernel.name' => 'app', + |