mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-03-12 02:26:09 +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()
|
||||
{
|
||||
/**
|
||||
* areas:
|
||||
default:
|
||||
path_patterns: '%client_api_regexp_filter%'
|
||||
host_patterns: ['%domain.client%']
|
||||
*/
|
||||
$container = new ContainerBuilder();
|
||||
$container->setParameter('kernel.bundles', []);
|
||||
$extension = new NelmioApiDocExtension();
|
||||
$extension->load([
|
||||
[
|
||||
'areas' => [
|
||||
'default' => []
|
||||
'default' => [],
|
||||
],
|
||||
'documentation' => [
|
||||
'info' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user