File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Tests/DependencyInjection Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \FrameworkBundle \Tests \DependencyInjection ;
13
13
14
14
use Doctrine \Common \Annotations \Annotation ;
15
- use Doctrine \Common \Annotations \PsrCachedReader ;
16
15
use Psr \Cache \CacheItemPoolInterface ;
17
16
use Psr \Log \LoggerAwareInterface ;
18
17
use Symfony \Bridge \PhpUnit \ExpectDeprecationTrait ;
@@ -1093,7 +1092,7 @@ public function testAnnotations()
1093
1092
$ container ->compile ();
1094
1093
1095
1094
$ this ->assertEquals ($ container ->getParameter ('kernel.cache_dir ' ).'/annotations ' , $ container ->getDefinition ('annotations.filesystem_cache_adapter ' )->getArgument (2 ));
1096
- $ this ->assertSame (class_exists (PsrCachedReader::class) ? 'annotations.filesystem_cache_adapter ' : ' annotations.filesystem_cache ' , (string ) $ container ->getDefinition ('annotation_reader ' )->getArgument (1 ));
1095
+ $ this ->assertSame ('annotations.filesystem_cache_adapter ' , (string ) $ container ->getDefinition ('annotation_reader ' )->getArgument (1 ));
1097
1096
}
1098
1097
1099
1098
public function testFileLinkFormat ()
You can’t perform that action at this time.
0 commit comments