platform/api/symfony/Component/Asset/Tests/VersionStrategy/StaticVersionStrategyTest.yaml
2024-09-02 10:44:11 -07:00

30 lines
692 B
YAML

name: StaticVersionStrategyTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: StaticVersionStrategy
type: class
source: Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy
properties: []
methods:
- name: testGetVersion
visibility: public
parameters: []
comment: null
- name: testApplyVersion
visibility: public
parameters:
- name: path
- name: version
- name: format
comment: '# * @dataProvider getConfigs'
- name: getConfigs
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy
interfaces: []