38 lines
929 B
YAML
38 lines
929 B
YAML
|
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: []
|