51 lines
1.6 KiB
YAML
51 lines
1.6 KiB
YAML
name: BundlePathsTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: AssetsInstallCommand
|
|
type: class
|
|
source: Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
|
|
- name: Application
|
|
type: class
|
|
source: Symfony\Bundle\FrameworkBundle\Console\Application
|
|
- name: LegacyPerson
|
|
type: class
|
|
source: Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\LegacyBundle\Entity\LegacyPerson
|
|
- name: ModernPerson
|
|
type: class
|
|
source: Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\ModernBundle\src\Entity\ModernPerson
|
|
- name: CommandTester
|
|
type: class
|
|
source: Symfony\Component\Console\Tester\CommandTester
|
|
- name: Filesystem
|
|
type: class
|
|
source: Symfony\Component\Filesystem\Filesystem
|
|
properties: []
|
|
methods:
|
|
- name: testBundlePublicDir
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testBundleTwigTemplatesDir
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testBundleTranslationsDir
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testBundleValidationConfigDir
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testBundleSerializationConfigDir
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
|
|
- Symfony\Bundle\FrameworkBundle\Console\Application
|
|
- Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\LegacyBundle\Entity\LegacyPerson
|
|
- Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\ModernBundle\src\Entity\ModernPerson
|
|
- Symfony\Component\Console\Tester\CommandTester
|
|
- Symfony\Component\Filesystem\Filesystem
|
|
interfaces: []
|