mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-03-12 18:46:10 +03:00
Fix code style
This commit is contained in:
parent
f4edb17ffb
commit
77f4091805
@ -87,19 +87,13 @@ class NelmioApiDocExtensionTest extends TestCase
|
|||||||
|
|
||||||
public function testMergesRootKeysFromMultipleConfigurations()
|
public function testMergesRootKeysFromMultipleConfigurations()
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* areas:
|
|
||||||
default:
|
|
||||||
path_patterns: '%client_api_regexp_filter%'
|
|
||||||
host_patterns: ['%domain.client%']
|
|
||||||
*/
|
|
||||||
$container = new ContainerBuilder();
|
$container = new ContainerBuilder();
|
||||||
$container->setParameter('kernel.bundles', []);
|
$container->setParameter('kernel.bundles', []);
|
||||||
$extension = new NelmioApiDocExtension();
|
$extension = new NelmioApiDocExtension();
|
||||||
$extension->load([
|
$extension->load([
|
||||||
[
|
[
|
||||||
'areas' => [
|
'areas' => [
|
||||||
'default' => []
|
'default' => [],
|
||||||
],
|
],
|
||||||
'documentation' => [
|
'documentation' => [
|
||||||
'info' => [
|
'info' => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user