NelmioApiDocBundle/Tests
Zdeněk Drahoš 2c890ff93b Hotfix testing private service in Symfony < 5.3
https://github.com/nelmio/NelmioApiDocBundle/runs/3031148906?check_suite_focus=true#step:7:106
Error: Call to undefined method Nelmio\ApiDocBundle\Tests\Render\Html\GetNelmioAssetTest::getContainer()

https://symfony.com/blog/new-in-symfony-4-1-simpler-service-testing
In practice, tests based on WebTestCase and KernelTestCase now access to a special container via the static::$container property that allows fetching non-removed private services:

https://github.com/symfony/symfony/blob/5.3/CHANGELOG-5.3.md#changelog-for-53x
feature #40366 [FrameworkBundle] Add KernelTestCase::getContainer() (Nyholm)
static $container @deprecated since Symfony 5.3, use static::getContainer() instead
2021-07-10 18:00:11 +02:00
..
Command Enable dumping html docs with cdn and offline assets 2021-06-27 09:24:35 +02:00
DependencyInjection Add php 8 support (#1745) 2020-12-10 21:59:36 +01:00
Describer Add php 8 support (#1745) 2020-12-10 21:59:36 +01:00
Functional add missing typehint 2021-08-16 15:19:26 +02:00
Model log name collisions (#1862) 2021-08-17 21:51:11 +02:00
ModelDescriber Compound validation rule support (#1818) 2021-06-16 09:59:06 +02:00
Render Hotfix testing private service in Symfony < 5.3 2021-07-10 18:00:11 +02:00
RouteDescriber Fix access to api->components in RouteMetadataDescriber (#1635) 2020-05-30 18:24:51 +02:00
Routing Fix calls to nonexistent method ControllerReflector::getReflectionClassAndMethod() 2021-03-14 17:19:25 +01:00
SwaggerPhp Fix Declaration must be compatible error with tests (#1638) 2020-05-31 15:16:51 +02:00
ApiDocGeneratorTest.php Move the OpenApi processing to ApiDocGenerator (#1671) 2020-07-06 19:50:34 +02:00
Helper.php Compound validation rule support (#1818) 2021-06-16 09:59:06 +02:00