35 lines
913 B
YAML
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: []
|