platform/api/symfony/Component/Workflow/Tests/TransitionTest.yaml

20 lines
398 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: TransitionTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Transition
type: class
source: Symfony\Component\Workflow\Transition
properties: []
methods:
- name: testConstructor
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Workflow\Transition
interfaces: []