platform/api/symfony/Component/Console/Tester/Constraint/CommandIsSuccessful.yaml

35 lines
719 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []