File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Bridge/Doctrine/Tests/DependencyInjection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,11 +180,11 @@ public function testMappingTypeDetection()
180180 $ method ->setAccessible (true );
181181
182182 // The ordinary fixtures contain annotation
183- $ mappingType = $ method ->invoke ($ this ->extension , __DIR__ . '/../Fixtures ' , $ container );
183+ $ mappingType = $ method ->invoke ($ this ->extension , __DIR__ . '/../Fixtures ' , $ container );
184184 $ this ->assertSame ($ mappingType , 'annotation ' );
185185
186186 // In the attribute folder, attributes are used
187- $ mappingType = $ method ->invoke ($ this ->extension , __DIR__ . '/../Fixtures/Attribute ' , $ container );
187+ $ mappingType = $ method ->invoke ($ this ->extension , __DIR__ . '/../Fixtures/Attribute ' , $ container );
188188 $ this ->assertSame ($ mappingType , \PHP_VERSION_ID < 80000 ? 'annotation ' : 'attribute ' );
189189 }
190190
You can’t perform that action at this time.
0 commit comments