mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
Update NelmioApiDocExtensionTest.php
This commit is contained in:
parent
e6aa97c432
commit
8ec31194a2
@ -24,8 +24,8 @@ class NelmioApiDocExtensionTest extends TestCase
|
||||
$extension = new NelmioApiDocExtension();
|
||||
$extension->load([[
|
||||
'areas' => [
|
||||
'default' => ['path_patterns' => ['/foo'], 'host_patterns' => [], 'documentation' => []],
|
||||
'commercial' => ['path_patterns' => ['/internal'], 'host_patterns' => [], 'documentation' => []],
|
||||
'default' => ['path_patterns' => ['/foo']],
|
||||
'commercial' => ['path_patterns' => ['/internal']],
|
||||
],
|
||||
'models' => [
|
||||
'names' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user