32 lines
918 B
YAML
32 lines
918 B
YAML
|
name: SecretsListCommandTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: SecretsListCommand
|
||
|
type: class
|
||
|
source: Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
|
||
|
- name: AbstractVault
|
||
|
type: class
|
||
|
source: Symfony\Bundle\FrameworkBundle\Secrets\AbstractVault
|
||
|
- name: DotenvVault
|
||
|
type: class
|
||
|
source: Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault
|
||
|
- name: CommandTester
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Tester\CommandTester
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testExecute
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * @backupGlobals enabled'
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
|
||
|
- Symfony\Bundle\FrameworkBundle\Secrets\AbstractVault
|
||
|
- Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault
|
||
|
- Symfony\Component\Console\Tester\CommandTester
|
||
|
interfaces: []
|