Samaël tomas
|
efa83ca54e
|
Fix OpenApiRenderer list could be null (#1881)
Co-authored-by: Samael tomas <samael.tomas@wizbii.com>
|
2021-10-19 14:29:11 +02:00 |
|
Guilhem Niot
|
9c729ab7b7
|
Fix support without twig (#1878)
* fix support without twig
* Support null openApiRenderer
* Register a twig extension instead of registering twig function at runtime
* fix tests
|
2021-09-22 23:43:32 +02:00 |
|
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 |
|
Zdeněk Drahoš
|
9cb6006b69
|
Refactoring including assets
|
2021-06-27 10:00:43 +02:00 |
|
Zdeněk Drahoš
|
4ebee933c4
|
Extract rendering docs from command and controller
|
2021-06-27 08:41:33 +02:00 |
|