48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
|
name: TemplateControllerTest
|
||
|
class_comment: "# * @author K\xE9vin Dunglas <dunglas@gmail.com>"
|
||
|
dependencies:
|
||
|
- name: TemplateController
|
||
|
type: class
|
||
|
source: Symfony\Bundle\FrameworkBundle\Controller\TemplateController
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: Symfony\Bundle\FrameworkBundle\Tests\TestCase
|
||
|
- name: Environment
|
||
|
type: class
|
||
|
source: Twig\Environment
|
||
|
- name: ArrayLoader
|
||
|
type: class
|
||
|
source: Twig\Loader\ArrayLoader
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testTwig
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testNoTwigTemplateActionMethod
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testNoTwigInvokeMethod
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testContext
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testStatusCode
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testHeaders
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Bundle\FrameworkBundle\Controller\TemplateController
|
||
|
- Symfony\Bundle\FrameworkBundle\Tests\TestCase
|
||
|
- Twig\Environment
|
||
|
- Twig\Loader\ArrayLoader
|
||
|
interfaces: []
|