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

19 lines
398 B
YAML

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