55 lines
1.4 KiB
YAML
55 lines
1.4 KiB
YAML
name: PackagesTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: InvalidArgumentException
|
|
type: class
|
|
source: Symfony\Component\Asset\Exception\InvalidArgumentException
|
|
- name: LogicException
|
|
type: class
|
|
source: Symfony\Component\Asset\Exception\LogicException
|
|
- name: Package
|
|
type: class
|
|
source: Symfony\Component\Asset\Package
|
|
- name: PackageInterface
|
|
type: class
|
|
source: Symfony\Component\Asset\PackageInterface
|
|
- name: Packages
|
|
type: class
|
|
source: Symfony\Component\Asset\Packages
|
|
- name: StaticVersionStrategy
|
|
type: class
|
|
source: Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy
|
|
properties: []
|
|
methods:
|
|
- name: testGetterSetters
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetVersion
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetUrl
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testNoDefaultPackage
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testUndefinedPackage
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Asset\Exception\InvalidArgumentException
|
|
- Symfony\Component\Asset\Exception\LogicException
|
|
- Symfony\Component\Asset\Package
|
|
- Symfony\Component\Asset\PackageInterface
|
|
- Symfony\Component\Asset\Packages
|
|
- Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy
|
|
interfaces: []
|