$this->
markTestSkipped('The assets key cannot be set to false using the XML configuration format.'
);
} public function testMessengerMiddlewareFactoryErroneousFormat() { $this->
markTestSkipped('XML configuration will not allow erroneous format.'
);
} public function testLegacyExceptionsConfig() { $container =
$this->
createContainerFromFile('exceptions_legacy'
);
$configuration =
$container->
getDefinition('exception_listener'
)->
getArgument(3
);
$this->
assertSame([ \Symfony\Component\HttpKernel\Exception\BadRequestHttpException::
class,
\Symfony\Component\HttpKernel\Exception\NotFoundHttpException::
class,
\Symfony\Component\HttpKernel\Exception\ConflictHttpException::
class,
\Symfony\Component\HttpKernel\Exception\ServiceUnavailableHttpException::
class,
],
array_keys($configuration));
$this->
assertEqualsCanonicalizing([