35 lines
719 B
YAML
35 lines
719 B
YAML
|
name: CommandIsSuccessful
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Constraint
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\Constraint\Constraint
|
||
|
- name: Command
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Command\Command
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: toString
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: matches
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: other
|
||
|
comment: null
|
||
|
- name: failureDescription
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: other
|
||
|
comment: null
|
||
|
- name: additionalFailureDescription
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: other
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\Constraint\Constraint
|
||
|
- Symfony\Component\Console\Command\Command
|
||
|
interfaces: []
|