api/symfony/Component/Workflow/Tests/MarkingStore/PropertiesMarkingStoreTest.yaml

50 lines
1.1 KiB
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: PropertiesMarkingStoreTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: MethodMarkingStore
type: class
source: Symfony\Component\Workflow\MarkingStore\MethodMarkingStore
properties: []
methods:
- name: testGetSetMarkingWithMultipleState
visibility: public
parameters: []
comment: null
- name: testGetSetMarkingWithSingleState
visibility: public
parameters: []
comment: null
- name: testGetSetMarkingWithSingleStateAndAlmostEmptyPlaceName
visibility: public
parameters: []
comment: null
- name: testGetMarkingWithValueObject
visibility: public
parameters: []
comment: null
- name: testGetMarkingWithUninitializedProperty
visibility: public
parameters: []
comment: null
- name: createValueObject
visibility: private
parameters:
- name: markingValue
comment: null
- name: __construct
visibility: public
parameters:
- name: markingValue
comment: null
- name: __toString
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Workflow\MarkingStore\MethodMarkingStore
interfaces: []