Twig_Tests_ParserTest::testFilterBodyNodesThrowsException |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php |
@dataProvider getFilterBodyNodesDataThrowsException
@expectedException Twig_Error_Syntax |
Twig_Tests_ExpressionParserTest::testCanOnlyAssignToNames |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
@expectedException Twig_Error_Syntax
@dataProvider getFailingTestsForAssignment |
Twig_Tests_Node_Expression_Binary_ConcatTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ConcatTest.php |
@covers Twig_Node_Expression_Binary_Concat::compile
@covers Twig_Node_Expression_Binary_Concat::operator
@dataProvider getTests |
Twig_Tests_Node_Expression_Binary_OrTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/OrTest.php |
@covers Twig_Node_Expression_Binary_Or::__construct |
Twig_Tests_Node_Expression_Unary_PosTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/PosTest.php |
@covers Twig_Node_Expression_Unary_Pos::__construct |
Twig_Tests_Node_Expression_Unary_NotTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NotTest.php |
@covers Twig_Node_Expression_Unary_Not::__construct |
Twig_Tests_Node_Expression_Unary_NegTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NegTest.php |
@covers Twig_Node_Expression_Unary_Neg::__construct |
AbstractProcessTest::testStopWithTimeoutIsActuallyWorking |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
Twig_Tests_Node_Expression_AssignNameTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/AssignNameTest.php |
@covers Twig_Node_Expression_AssignName::__construct |
StatisticsTokenReplaceTest::testStatisticsTokenReplacement |
function |
drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTokenReplaceTest.php |
Creates a node, then tests the statistics tokens generated from it. |
SearchConfigSettingsFormTest::testSearchModuleSettingsPage |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php |
Verify module-supplied settings form. |
UniversalClassLoaderTest::getLoadClassPrefixCollisionTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php |
|
SearchCommentCountToggleTest::testSearchCommentCountToggle |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php |
Verify that comment count display toggles properly on comment status of node |
ApcUniversalClassLoaderTest::getLoadClassFromFallbackTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php |
|
Twig_Tests_Node_Expression_Binary_SubTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/SubTest.php |
@covers Twig_Node_Expression_Binary_Sub::__construct |
Twig_Tests_Node_Expression_Binary_DivTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/DivTest.php |
@covers Twig_Node_Expression_Binary_Div::__construct |
Twig_Tests_Node_Expression_Binary_AndTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AndTest.php |
@covers Twig_Node_Expression_Binary_And::__construct |
Twig_Tests_Node_Expression_Binary_MulTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/MulTest.php |
@covers Twig_Node_Expression_Binary_Mul::__construct |
Twig_Tests_Node_Expression_Binary_AddTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AddTest.php |
@covers Twig_Node_Expression_Binary_Add::__construct |
Twig_Tests_Node_Expression_Binary_ModTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ModTest.php |
@covers Twig_Node_Expression_Binary_Mod::__construct |
Twig_Tests_Node_Expression_ConditionalTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/ConditionalTest.php |
@covers Twig_Node_Expression_Conditional::__construct |
HttpCacheTest::testStoresMultipleResponsesWhenHeadersDiffer |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
ResolveInvalidReferencesPassTest::testStrictFlagIsPreserved |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInvalidReferencesPassTest.php |
|
SearchKeywordsConditionsTest::testSearchKeyswordsConditions |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchKeywordsConditionsTest.php |
Verify the kewords are captured and conditions respected. |
FileBagTest::testShouldConvertNestedUploadedFilesWithPhpBug |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/FileBagTest.php |
|
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 |
Twig_Tests_NodeVisitor_OptimizerTest::checkForConfiguration |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php |
|
Twig_Tests_ParserTest::getFilterBodyNodesDataThrowsException |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php |
|
Twig_Tests_Extension_SandboxTest::testSandboxWithInheritance |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php |
@expectedException Twig_Sandbox_SecurityError
@expectedExceptionMessage Filter "json_encode" is not allowed in "1_child". |
AnnotationClassLoaderTest::provideTestSupportsChecksResource |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
|
AnnotationClassLoaderTest::testSupportsChecksTypeIfSpecified |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
|
Twig_Tests_Extension_CoreTest::testRandomFunctionReturnsAsIs |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Extension/CoreTest.php |
|
StoreTest::testStoresMultipleResponsesForEachVaryCombination |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
Twig_Tests_TemplateTest::getGetAttributeWithTemplateAsObject |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
|
Twig_Tests_ExpressionParserTest::getFailingTestsForAssignment |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
|
Framework_TestCaseTest::testSkipsIfRequiresHigherVersionOfPHP |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php |
|
UniversalClassLoaderTest::getLoadClassNamespaceCollisionTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php |
|
ApcUniversalClassLoaderTest::getLoadClassPrefixCollisionTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php |
|
Twig_Tests_LexerTest::testStringWithUnterminatedInterpolation |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
@expectedException Twig_Error_Syntax
@expectedExceptionMessage Unclosed """ |
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 |
Twig_Tests_NodeVisitor_OptimizerTest::getTestsForForOptimizer |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php |
|
Twig_Tests_TemplateTest::testGetAttributeWithTemplateAsObject |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
@dataProvider getGetAttributeWithTemplateAsObject |
Framework_TestCaseTest::testSkipsIfRequiresNonExistingFunction |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php |
|
Twig_Tests_NodeVisitor_OptimizerTest::testRenderBlockOptimizer |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php |
|
DocLexerTest::testScannerTokenizesDocBlockWhitInvalidIdentifier |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocLexerTest.php |
|
Twig_Tests_Extension_CoreTest::testReverseFilterOnNonUTF8String |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Extension/CoreTest.php |
|
Framework_TestCaseTest::testSkipsIfRequiresNonExistingExtension |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php |
|
Framework_MockObjectTest::testStubbedReturnValueForStaticMethod |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
ProcessBuilderTest::testShouldNotThrowALogicExceptionIfNoPrefix |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessBuilderTest.php |
|
PHP_CodeCoverageTest::testStopThrowsExceptionForInvalidArgument |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::stop
@expectedException PHP_CodeCoverage_Exception |