platform/api/symfony/Component/Workflow/Tests/Dumper/StateMachineGraphvizDumperTest.yaml

36 lines
937 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: StateMachineGraphvizDumperTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: StateMachineGraphvizDumper
type: class
source: Symfony\Component\Workflow\Dumper\StateMachineGraphvizDumper
- name: Marking
type: class
source: Symfony\Component\Workflow\Marking
- name: WorkflowBuilderTrait
type: class
source: Symfony\Component\Workflow\Tests\WorkflowBuilderTrait
- name: WorkflowBuilderTrait
type: class
source: WorkflowBuilderTrait
properties: []
methods:
- name: testDumpWithoutMarking
visibility: public
parameters: []
comment: null
- name: testDumpWithMarking
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Workflow\Dumper\StateMachineGraphvizDumper
- Symfony\Component\Workflow\Marking
- Symfony\Component\Workflow\Tests\WorkflowBuilderTrait
- WorkflowBuilderTrait
interfaces: []