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

37 lines
782 B
YAML

name: MarkingTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Marking
type: class
source: Symfony\Component\Workflow\Marking
properties: []
methods:
- name: testMarking
visibility: public
parameters: []
comment: null
- name: testGuardNotMarked
visibility: public
parameters: []
comment: null
- name: testUnmarkGuardResultTokenCountIsNotNegative
visibility: public
parameters: []
comment: null
- name: testUnmarkGuardNbTokenIsGreaterThanZero
visibility: public
parameters: []
comment: null
- name: assertPlaces
visibility: private
parameters:
- name: expected
- name: marking
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Workflow\Marking
interfaces: []