70 lines
1.7 KiB
YAML
70 lines
1.7 KiB
YAML
|
name: SecurityRoutingIntegrationTest
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testRoutingErrorIsNotExposedForProtectedResourceWhenAnonymous
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: options
|
||
|
comment: '# * @dataProvider provideConfigs'
|
||
|
- name: testRoutingErrorIsExposedWhenNotProtected
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: options
|
||
|
comment: '# * @dataProvider provideConfigs'
|
||
|
- name: testRoutingErrorIsNotExposedForProtectedResourceWhenLoggedInWithInsufficientRights
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: options
|
||
|
comment: '# * @dataProvider provideConfigs'
|
||
|
- name: testSecurityConfigurationForSingleIPAddress
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: options
|
||
|
comment: '# * @dataProvider provideConfigs'
|
||
|
- name: testSecurityConfigurationForMultipleIPAddresses
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: options
|
||
|
comment: '# * @dataProvider provideConfigs'
|
||
|
- name: testSecurityConfigurationForExpression
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: options
|
||
|
comment: '# * @dataProvider provideConfigs'
|
||
|
- name: testInvalidIpsInAccessControl
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testPublicHomepage
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: assertAllowed
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: client
|
||
|
- name: path
|
||
|
comment: null
|
||
|
- name: assertRestricted
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: client
|
||
|
- name: path
|
||
|
comment: null
|
||
|
- name: provideClientOptions
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: provideLegacyClientOptions
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: provideConfigs
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits: []
|
||
|
interfaces: []
|