89 lines
2.8 KiB
YAML
89 lines
2.8 KiB
YAML
|
name: ImportMapAuditorTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: RuntimeException
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\Exception\RuntimeException
|
||
|
- name: ImportMapAuditor
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\ImportMap\ImportMapAuditor
|
||
|
- name: ImportMapConfigReader
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\ImportMap\ImportMapConfigReader
|
||
|
- name: ImportMapEntries
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\ImportMap\ImportMapEntries
|
||
|
- name: ImportMapEntry
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\ImportMap\ImportMapEntry
|
||
|
- name: ImportMapPackageAudit
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\ImportMap\ImportMapPackageAudit
|
||
|
- name: ImportMapPackageAuditVulnerability
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\ImportMap\ImportMapPackageAuditVulnerability
|
||
|
- name: ImportMapType
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\ImportMap\ImportMapType
|
||
|
- name: MockHttpClient
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpClient\MockHttpClient
|
||
|
- name: JsonMockResponse
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpClient\Response\JsonMockResponse
|
||
|
- name: MockResponse
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpClient\Response\MockResponse
|
||
|
- name: HttpClientInterface
|
||
|
type: class
|
||
|
source: Symfony\Contracts\HttpClient\HttpClientInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: setUp
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAudit
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAuditWithVersionRange
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: expectMatch
|
||
|
- name: version
|
||
|
- name: versionRange
|
||
|
comment: '# * @dataProvider provideAuditWithVersionRange'
|
||
|
- name: provideAuditWithVersionRange
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAuditError
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: createRemoteEntry
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: packageSpecifier
|
||
|
- name: version
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\AssetMapper\Exception\RuntimeException
|
||
|
- Symfony\Component\AssetMapper\ImportMap\ImportMapAuditor
|
||
|
- Symfony\Component\AssetMapper\ImportMap\ImportMapConfigReader
|
||
|
- Symfony\Component\AssetMapper\ImportMap\ImportMapEntries
|
||
|
- Symfony\Component\AssetMapper\ImportMap\ImportMapEntry
|
||
|
- Symfony\Component\AssetMapper\ImportMap\ImportMapPackageAudit
|
||
|
- Symfony\Component\AssetMapper\ImportMap\ImportMapPackageAuditVulnerability
|
||
|
- Symfony\Component\AssetMapper\ImportMap\ImportMapType
|
||
|
- Symfony\Component\HttpClient\MockHttpClient
|
||
|
- Symfony\Component\HttpClient\Response\JsonMockResponse
|
||
|
- Symfony\Component\HttpClient\Response\MockResponse
|
||
|
- Symfony\Contracts\HttpClient\HttpClientInterface
|
||
|
interfaces: []
|