41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
name: CommandIsSuccessfulTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: ExpectationFailedException
|
|
type: class
|
|
source: PHPUnit\Framework\ExpectationFailedException
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: TestFailure
|
|
type: class
|
|
source: PHPUnit\Framework\TestFailure
|
|
- name: Command
|
|
type: class
|
|
source: Symfony\Component\Console\Command\Command
|
|
- name: CommandIsSuccessful
|
|
type: class
|
|
source: Symfony\Component\Console\Tester\Constraint\CommandIsSuccessful
|
|
properties: []
|
|
methods:
|
|
- name: testConstraint
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testUnsuccessfulCommand
|
|
visibility: public
|
|
parameters:
|
|
- name: expectedException
|
|
- name: exitCode
|
|
comment: '# * @dataProvider providesUnsuccessful'
|
|
- name: providesUnsuccessful
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\ExpectationFailedException
|
|
- PHPUnit\Framework\TestCase
|
|
- PHPUnit\Framework\TestFailure
|
|
- Symfony\Component\Console\Command\Command
|
|
- Symfony\Component\Console\Tester\Constraint\CommandIsSuccessful
|
|
interfaces: []
|