mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-03-12 02:26:09 +03:00
Fix the test suite (broken due to an update in Api-Platform) (#1498)
This commit is contained in:
parent
253e71a46e
commit
23b179a481
@ -108,6 +108,10 @@ class TestKernel extends Kernel
|
||||
'strict_variables' => '%kernel.debug%',
|
||||
]);
|
||||
|
||||
$c->loadFromExtension('api_platform', [
|
||||
'mapping' => ['paths' => ['%kernel.project_dir%/Tests/Functional/Entity']],
|
||||
]);
|
||||
|
||||
$c->loadFromExtension('fos_rest', [
|
||||
'format_listener' => [
|
||||
'rules' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user