platform/api/symfony/Component/Workflow/Tests/Dumper/StateMachineGraphvizDumperTest.yaml
2024-09-02 10:44:11 -07:00

35 lines
937 B
YAML

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: []