summaryrefslogtreecommitdiffstats
path: root/php-doctrine-doctrine-bundle-vendor.patch
blob: 7eb2638e57da923830ee529e472ebf8f76b97760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff -up ./Tests/ProfilerTest.php.rpm ./Tests/ProfilerTest.php
--- ./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 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 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-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
-        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',