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

38 lines
782 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []