api/symfony/Component/Workflow/Tests/SupportStrategy/InstanceOfSupportStrategyTest.yaml
2024-09-26 02:03:21 -07:00

35 lines
913 B
YAML

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