platform/api/symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandCompletionTest.yaml

97 lines
2.9 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: TranslationUpdateCommandCompletionTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: TranslationUpdateCommand
type: class
source: Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
- name: Application
type: class
source: Symfony\Bundle\FrameworkBundle\Console\Application
- name: CommandCompletionTester
type: class
source: Symfony\Component\Console\Tester\CommandCompletionTester
- name: Container
type: class
source: Symfony\Component\DependencyInjection\Container
- name: Filesystem
type: class
source: Symfony\Component\Filesystem\Filesystem
- name: BundleInterface
type: class
source: Symfony\Component\HttpKernel\Bundle\BundleInterface
- name: KernelInterface
type: class
source: Symfony\Component\HttpKernel\KernelInterface
- name: ExtensionPresentBundle
type: class
source: Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\ExtensionPresentBundle
- name: ExtractorInterface
type: class
source: Symfony\Component\Translation\Extractor\ExtractorInterface
- name: TranslationReader
type: class
source: Symfony\Component\Translation\Reader\TranslationReader
- name: Translator
type: class
source: Symfony\Component\Translation\Translator
- name: TranslationWriter
type: class
source: Symfony\Component\Translation\Writer\TranslationWriter
properties: []
methods:
- name: testComplete
visibility: public
parameters:
- name: input
- name: expectedSuggestions
comment: '# * @dataProvider provideCompletionSuggestions'
- name: provideCompletionSuggestions
visibility: public
parameters: []
comment: null
- name: setUp
visibility: protected
parameters: []
comment: null
- name: tearDown
visibility: protected
parameters: []
comment: null
- name: createCommandCompletionTester
visibility: private
parameters:
- name: extractedMessages
default: '[]'
- name: loadedMessages
default: '[]'
- name: kernel
default: 'null'
- name: transPaths
default: '[]'
- name: codePaths
default: '[]'
comment: null
- name: getBundle
visibility: private
parameters:
- name: path
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
- Symfony\Bundle\FrameworkBundle\Console\Application
- Symfony\Component\Console\Tester\CommandCompletionTester
- Symfony\Component\DependencyInjection\Container
- Symfony\Component\Filesystem\Filesystem
- Symfony\Component\HttpKernel\Bundle\BundleInterface
- Symfony\Component\HttpKernel\KernelInterface
- Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\ExtensionPresentBundle
- Symfony\Component\Translation\Extractor\ExtractorInterface
- Symfony\Component\Translation\Reader\TranslationReader
- Symfony\Component\Translation\Translator
- Symfony\Component\Translation\Writer\TranslationWriter
interfaces: []