platform/api/symfony/Bundle/WebProfilerBundle/Tests/Profiler/CodeExtensionTest.yaml

67 lines
1.5 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: CodeExtensionTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: CodeExtension
type: class
source: Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension
- name: FileLinkFormatter
type: class
source: Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter
- name: Environment
type: class
source: Twig\Environment
- name: ArrayLoader
type: class
source: Twig\Loader\ArrayLoader
properties: []
methods:
- name: testFormatFile
visibility: public
parameters: []
comment: null
- name: testFileRelative
visibility: public
parameters: []
comment: null
- name: testClassAbbreviationIntegration
visibility: public
parameters: []
comment: null
- name: testMethodAbbreviationIntegration
visibility: public
parameters: []
comment: null
- name: testFormatArgsIntegration
visibility: public
parameters: []
comment: null
- name: testFormatFileIntegration
visibility: public
parameters: []
comment: null
- name: testFormatFileFromTextIntegration
visibility: public
parameters: []
comment: null
- name: getExtension
visibility: protected
parameters: []
comment: null
- name: render
visibility: private
parameters:
- name: template
- name: context
default: '[]'
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension
- Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter
- Twig\Environment
- Twig\Loader\ArrayLoader
interfaces: []