File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ public function testThatLoggerIsInstanceOfLoggerInterface(): void
3838 self ::assertNotNull ($ kernel );
3939
4040 $ service = $ kernel ->getContainer ()->get (LoggerAwareService::class);
41-
42- self ::assertInstanceOf (LoggerAwareService::class, $ service );
43-
4441 $ logger = PhpUnitUtil::getProperty ('logger ' , $ service );
4542
4643 self ::assertInstanceOf (LoggerInterface::class, $ logger );
Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ public function testThatStopwatchIsInstanceOfLoggerInterface(): void
3838 self ::assertNotNull ($ kernel );
3939
4040 $ service = $ kernel ->getContainer ()->get (StopwatchAwareService::class);
41-
42- self ::assertInstanceOf (StopwatchAwareService::class, $ service );
43-
4441 $ stopwatch = PhpUnitUtil::getProperty ('stopwatch ' , $ service );
4542
4643 self ::assertInstanceOf (Stopwatch::class, $ stopwatch );
Original file line number Diff line number Diff line change @@ -76,8 +76,6 @@ private function getValidator(): SchemaValidator
7676
7777 $ managerRegistry = $ kernel ->getContainer ()->get ('doctrine ' );
7878
79- self ::assertInstanceOf (ManagerRegistry::class, $ managerRegistry );
80-
8179 /** @var EntityManagerInterface $entityManager */
8280 $ entityManager = $ managerRegistry ->getManager ();
8381
You can’t perform that action at this time.
0 commit comments