name: StringInputTest class_comment: null dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: ArgvInput type: class source: Symfony\Component\Console\Input\ArgvInput - name: InputDefinition type: class source: Symfony\Component\Console\Input\InputDefinition - name: InputOption type: class source: Symfony\Component\Console\Input\InputOption - name: StringInput type: class source: Symfony\Component\Console\Input\StringInput properties: [] methods: - name: testTokenize visibility: public parameters: - name: input - name: tokens - name: message comment: '# * @dataProvider getTokenizeData' - name: testInputOptionWithGivenString visibility: public parameters: [] comment: null - name: getTokenizeData visibility: public parameters: [] comment: null - name: testToString visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Component\Console\Input\ArgvInput - Symfony\Component\Console\Input\InputDefinition - Symfony\Component\Console\Input\InputOption - Symfony\Component\Console\Input\StringInput interfaces: []