api/symfony/Component/Workflow/Tests/SupportStrategy/InstanceOfSupportStrategyTest.yaml

36 lines
913 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: InstanceOfSupportStrategyTest
class_comment: null
dependencies:
- name: MockObject
type: class
source: PHPUnit\Framework\MockObject\MockObject
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: InstanceOfSupportStrategy
type: class
source: Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy
- name: Workflow
type: class
source: Symfony\Component\Workflow\Workflow
properties: []
methods:
- name: testSupportsIfClassInstance
visibility: public
parameters: []
comment: null
- name: testSupportsIfNotClassInstance
visibility: public
parameters: []
comment: null
- name: createWorkflow
visibility: private
parameters: []
comment: null
traits:
- PHPUnit\Framework\MockObject\MockObject
- PHPUnit\Framework\TestCase
- Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy
- Symfony\Component\Workflow\Workflow
interfaces: []