name: SecretsSetCommandTest class_comment: null dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: SecretsSetCommand type: class source: Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand - 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: input - name: expectedSuggestions comment: '# * @dataProvider provideCompletionSuggestions' - name: provideCompletionSuggestions visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand - Symfony\Bundle\FrameworkBundle\Secrets\AbstractVault - Symfony\Component\Console\Tester\CommandCompletionTester interfaces: []