platform/api/symfony/Bundle/TwigBundle/Tests/TemplateIteratorTest.yaml

32 lines
766 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: TemplateIteratorTest
class_comment: null
dependencies:
- name: TemplateIterator
type: class
source: Symfony\Bundle\TwigBundle\TemplateIterator
- name: BundleInterface
type: class
source: Symfony\Component\HttpKernel\Bundle\BundleInterface
- name: Kernel
type: class
source: Symfony\Component\HttpKernel\Kernel
properties: []
methods:
- name: testGetIterator
visibility: public
parameters: []
comment: null
- name: testGetIteratorWithFileNameFilter
visibility: public
parameters: []
comment: null
- name: createKernelMock
visibility: private
parameters: []
comment: null
traits:
- Symfony\Bundle\TwigBundle\TemplateIterator
- Symfony\Component\HttpKernel\Bundle\BundleInterface
- Symfony\Component\HttpKernel\Kernel
interfaces: []