PHPUnit_Framework_TestResult::$topTestSuite |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
|
JsonResponseTest::testStaticCreateJsonArray |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
Twig_Tests_ParserTest::testParseIsReentrant |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php |
|
SerializerTest::testSerializeArrayOfScalars |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
|
FilterSecurityTest::testSkipSecurityFilters |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php |
Tests that security filters are enforced even when marked to be skipped. |
RuntimeReflectionServiceTest::testShortname |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
|
AnnotationDirectoryLoaderTest::testSupports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationDirectoryLoaderTest.php |
|
UniversalClassLoaderTest::getLoadClassTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php |
|
FileFieldWidgetTest::testSingleValuedWidget |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests upload and remove buttons for a single-valued File field. |
Twig_Tests_Loader_FilesystemTest::testPaths |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/FilesystemTest.php |
|
BackendChainImplementationUnitTest::testSet |
function |
drupal/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Test that set will propagate. |
NamespaceCoveragePrivateTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoveragePrivateTest.php |
@covers Foo\CoveredClass::<private> |
Twig_Tests_Node_AutoEscapeTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/AutoEscapeTest.php |
@covers Twig_Node_AutoEscape::compile
@dataProvider getTests |
SearchCommentTest::testSearchResultsComment |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php |
Verify that comments are rendered using proper format in search results. |
Twig_Tests_LexerTest::testUnterminatedBlock |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
@expectedException Twig_Error_Syntax
@expectedExceptionMessage Unclosed "block" at line 3 |
Twig_Tests_Node_ModuleTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/ModuleTest.php |
@covers Twig_Node_Module::__construct |
DynamicRouterTest::testSupportsNonversatile |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
PHPUnit_Util_TestSuiteIterator::__construct |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestSuiteIterator.php |
Constructor. |
Twig_Tests_Node_ImportTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/ImportTest.php |
@covers Twig_Node_Import::__construct |
PHPUnit_Util_TestSuiteIterator::getChildren |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestSuiteIterator.php |
Returns the sub iterator for the current element. |
PHPUnit_Util_TestSuiteIterator::hasChildren |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestSuiteIterator.php |
Checks whether the current element has children. |
GenericCacheBackendUnitTestBase::testSetGet |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php |
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface. |
ContainerTest::testSetAlsoSetsScopedService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
InstallationProfileModuleTestsTest::getInfo |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/InstallationProfileModuleTestsTest.php |
|
UpdateCoreTest::testSecurityUpdateAvailable |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php |
Tests the Update Manager module when a security update is available. |
MTimeProtectedFileStorageTest::testSecurity |
function |
drupal/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php |
Tests the security of the MTimeProtectedFileStorage implementation. |
LocaleTranslationTest::testStringTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php |
Adds a language and tests string translation by users with the appropriate permissions. |
PHPUnit_Framework_TestListener::endTestSuite |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestListener.php |
A test suite ended. |
PHPUnit_Util_Log_JUnit::$testSuiteAssertions |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/JUnit.php |
|
PHPUnit_Util_Log_JSON::$currentTestSuiteName |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/JSON.php |
|
JsonResponseTest::testStaticCreateJsonObject |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
PHPUnit_Framework_TestResult::startTestSuite |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Informs the result that a testsuite will be started. |
StyleSerializerTest::testSerializerResponses |
function |
drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php |
Checks the behavior of the Serializer callback paths and row plugins. |
ClassMapGeneratorTest::getTestCreateMapTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php |
|
Twig_Tests_Loader_ChainTest::testGetCacheKey |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ChainTest.php |
|
Twig_Tests_Loader_ArrayTest::testGetCacheKey |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php |
|
UserAccountLinksTests::testAccountPageTitles |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php |
Tests page title is set correctly on user account tabs. |
Twig_Tests_Loader_ArrayTest::testSetTemplate |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php |
|
ShutdownFunctionsTest::testShutdownFunctions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/ShutdownFunctionsTest.php |
Test shutdown functions. |
CoverageMethodParenthesesTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageMethodParenthesesTest.php |
@covers CoveredClass::publicMethod() |
Twig_Tests_Node_SandboxTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/SandboxTest.php |
@covers Twig_Node_Sandbox::__construct |
PHPUnit_Runner_StandardTestSuiteLoader::load |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/StandardTestSuiteLoader.php |
|
Twig_Tests_Node_IncludeTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/IncludeTest.php |
@covers Twig_Node_Include::__construct |
RouterTest::testSetOptionWithSupportedOption |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
|
FileBagTest::testShouldConvertsUploadedFiles |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/FileBagTest.php |
|
Twig_Tests_Node_Expression_Binary_ConcatTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ConcatTest.php |
|
UnmanagedDeleteRecursiveTest::testSingleFile |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteRecursiveTest.php |
Delete a normal file. |
PHPUnit_TextUI_ResultPrinter::$numTestsWidth |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/ResultPrinter.php |
|
TokenReplaceTest::testSystemTokenRecognition |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenReplaceTest.php |
Test whether token-replacement works in various contexts. |
Twig_Tests_Node_BlockReferenceTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/BlockReferenceTest.php |
|