Twig_Tests_Node_Expression_Binary_FloorDivTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/FloorDivTest.php |
@covers Twig_Node_Expression_Binary_FloorDiv::compile
@covers Twig_Node_Expression_Binary_FloorDiv::operator
@dataProvider getTests |
ClosureExpressionVisitorTest::testWalkAndCompositeExpression |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php |
|
Framework_AssertTest::testAssertThatMatchesRegularExpression |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertThat
@covers PHPUnit_Framework_Assert::matchesRegularExpression |
Twig_Tests_ExpressionParserTest::getFailingTestsForAssignment |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
|
Twig_Tests_Node_Expression_Binary_ConcatTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ConcatTest.php |
@covers Twig_Node_Expression_Binary_Concat::__construct |
ClosureExpressionVisitorTest::testWalkLessThanEqualsComparison |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php |
|
Twig_Tests_Node_Expression_Binary_FloorDivTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/FloorDivTest.php |
@covers Twig_Node_Expression_Binary_FloorDiv::__construct |
ClosureExpressionVisitorTest::testWalkGreaterThanEqualsComparison |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php |
|
Twig_Tests_ExpressionParserTest::testMacroCallDoesNotSupportNamedArguments |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
@expectedException Twig_Error_Syntax |
Twig_Tests_Node_Expression_FilterTest::testCompileWithMissingNamedArgument |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/FilterTest.php |
@expectedException Twig_Error_Syntax
@expectedExceptionMessage Value for argument "from" is required for filter "replace". |
Twig_Tests_Node_Expression_FilterTest::testCompileWithWrongNamedArgumentName |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/FilterTest.php |
@expectedException Twig_Error_Syntax
@expectedExceptionMessage Unknown argument "foobar" for filter "date". |
Twig_Tests_ExpressionParserTest::testAttributeCallDoesNotSupportNamedArguments |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
@expectedException Twig_Error_Syntax |
Twig_Tests_ExpressionParserTest::getMacroDefinitionSupportsConstantDefaultValues |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
|
Twig_Tests_ExpressionParserTest::testMacroDefinitionSupportsConstantDefaultValues |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
@dataProvider getMacroDefinitionSupportsConstantDefaultValues |
Twig_Tests_ExpressionParserTest::testMacroDefinitionDoesNotSupportNonNameVariableName |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
@expectedException Twig_Error_Syntax
@expectedExceptionMessage An argument must be a name. Unexpected token "string" of value "a" ("name" expected) in "index" at line 1 |
Twig_Tests_ExpressionParserTest::getMacroDefinitionDoesNotSupportNonConstantDefaultValues |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
|
Twig_Tests_ExpressionParserTest::testMacroDefinitionDoesNotSupportNonConstantDefaultValues |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
@expectedException Twig_Error_Syntax
@expectedExceptionMessage A default value for an argument must be a constant (a boolean, a string, a number, or an array) in "index" at line 1
@dataProvider … |
Twig_Tests_ExpressionParserTest::testStringExpressionDoesNotConcatenateTwoConsecutiveStrings |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
@expectedException Twig_Error_Syntax |