8000 fix merge · symfony/symfony@87f066e · GitHub
[go: up one dir, main page]

Skip to content

Commit 87f066e

Browse files
committed
fix merge
1 parent 00fc4e4 commit 87f066e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -175,22 +175,6 @@ public function testFixManagersAutoMappings(array $originalEm1, array $originalE
175175
], $expectedEm2));
176176
}
177177

178-
public function testMappingTypeDetection()
179-
{
180-
$container = $this->createContainer();
181-
182-
$reflection = new \ReflectionClass($this->extension);
183-
$method = $reflection->getMethod('detectMappingType');
184-
185-
// The ordinary fixtures contain annotation
186-
$mappingType = $method->invoke($this->extension, __DIR__.'/../Fixtures', $container);
187-
$this->assertSame($mappingType, 'attribute');
188-
189-
// In the attribute folder, attributes are used
190-
$mappingType = $method->invoke($this->extension, __DIR__.'/../Fixtures/Attribute', $container);
191-
$this->assertSame($mappingType, 'attribute');
192-
}
193-
194178
public static function providerBasicDrivers(): array
195179
{
196180
return [

0 commit comments

Comments
 (0)
0