Definition at line 12 of file SandboxedPrintTest.php.
◆ getTests()
Twig_Tests_Node_SandboxedPrintTest::getTests |
( |
| ) |
|
Definition at line 21 of file SandboxedPrintTest.php.
References array, and EOF.
27 echo \$this->env->getExtension(
'Twig_Extension_Sandbox')->ensureToStringAllowed(
"foo");
Twig_Node_SandboxedPrint adds a check for the __toString() method when the variable is an object and ...
Create styles array
The data for the language used.
const EOF
How fgetc() reports an End Of File.
◆ testConstructor()
Twig_Tests_Node_SandboxedPrintTest::testConstructor |
( |
| ) |
|
Definition at line 14 of file SandboxedPrintTest.php.
18 $this->assertEquals($expr, $node->getNode(
'expr'));
Twig_Node_SandboxedPrint adds a check for the __toString() method when the variable is an object and ...
The documentation for this class was generated from the following file: