mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-03-12 18:46:10 +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%',
|
'strict_variables' => '%kernel.debug%',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
$c->loadFromExtension('api_platform', [
|
||||||
|
'mapping' => ['paths' => ['%kernel.project_dir%/Tests/Functional/Entity']],
|
||||||
|
]);
|
||||||
|
|
||||||
$c->loadFromExtension('fos_rest', [
|
$c->loadFromExtension('fos_rest', [
|
||||||
'format_listener' => [
|
'format_listener' => [
|
||||||
'rules' => [
|
'rules' => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user