34 lines
988 B
YAML
34 lines
988 B
YAML
name: SecretsRemoveCommandTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: SecretsRemoveCommand
|
|
type: class
|
|
source: Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
|
|
- name: AbstractVault
|
|
type: class
|
|
source: Symfony\Bundle\FrameworkBundle\Secrets\AbstractVault
|
|
- name: CommandCompletionTester
|
|
type: class
|
|
source: Symfony\Component\Console\Tester\CommandCompletionTester
|
|
properties: []
|
|
methods:
|
|
- name: testComplete
|
|
visibility: public
|
|
parameters:
|
|
- name: withLocalVault
|
|
- name: input
|
|
- name: expectedSuggestions
|
|
comment: '# * @dataProvider provideCompletionSuggestions'
|
|
- name: provideCompletionSuggestions
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
|
|
- Symfony\Bundle\FrameworkBundle\Secrets\AbstractVault
|
|
- Symfony\Component\Console\Tester\CommandCompletionTester
|
|
interfaces: []
|