platform/api/symfony/Component/AssetMapper/Tests/ImportMap/PackageUpdateInfoTest.yaml

38 lines
929 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: PackageUpdateInfoTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: PackageUpdateInfo
type: class
source: Symfony\Component\AssetMapper\ImportMap\PackageUpdateInfo
properties: []
methods:
- name: testConstructor
visibility: public
parameters:
- name: importName
- name: currentVersion
- name: latestVersion
- name: updateType
comment: '# * @dataProvider provideValidConstructorArguments'
- name: provideValidConstructorArguments
visibility: public
parameters: []
comment: null
- name: testHasUpdate
visibility: public
parameters:
- name: updateType
- name: expectUpdate
comment: '# * @dataProvider provideHasUpdateArguments'
- name: provideHasUpdateArguments
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\AssetMapper\ImportMap\PackageUpdateInfo
interfaces: []