MockTestConnection::$commandsRun |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/MockTestConnection.php |
|
UnicodeUnitTest::runTruncateTests |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/UnicodeUnitTest.php |
Runs test cases for helperTestTruncate(). |
INSTALL_TASK_RUN_IF_NOT_COMPLETED |
constant |
drupal/core/includes/install.core.inc |
Run the task on each installation request until the database is set up. |
SimpleTestTest::testWebTestRunner |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php |
Make sure that tests selected through the web interface are run and
that the results are displayed correctly. |
FilterUnitTest::testNoFollowFilter |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Tests the spam deterrent. |
FilterUnitTest::testFilterXSSAdmin |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Tests the loose, admin HTML filter. |
FilterUnitTest::assertNoNormalized |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string. |
TableSortExtenderUnitTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
|
RuntimeReflectionService::getClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php |
Return a reflection class instance or null |
RuntimeReflectionServiceTest::setUp |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
|
FilterUnitTest::testLineBreakFilter |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Tests the line break filter. |
TableSortExtenderUnitTest::tearDown |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Deletes created files, database tables, and reverts all environment changes. |
UnicodeUnitTest::helperTestTruncate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/UnicodeUnitTest.php |
Tests truncate_utf8(). |
Twig_ExtensionInterface::initRuntime |
function |
drupal/core/vendor/twig/twig/lib/Twig/ExtensionInterface.php |
Initializes the runtime environment. |
FilterUnitTest::testHtmlEscapeFilter |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Tests the HTML escaping filter. |
FilterUnitTest::assertFilteredString |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Asserts multiple filter output expectations for multiple input strings. |
FilterUnitTest::testUrlFilterContent |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Tests URL filter on longer content. |
DeleteTruncateTest::testSimpleDelete |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/DeleteTruncateTest.php |
Confirms that we can delete a single record successfully. |
UpdateCoreTest::testModulePageRunCron |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php |
Checks that running cron updates the list of available updates. |
Twig_Environment::$runtimeInitialized |
property |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
|
DisplayPluginBase::isIdentifierUnique |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Check if the provided identifier is unique. |
FilterUnitTest::testHtmlCorrectorFilter |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Tests the HTML corrector filter. |
DeleteTruncateTest::testSubselectDelete |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/DeleteTruncateTest.php |
Confirms that we can use a subselect in a delete successfully. |
NumberUnformattedFormatter::viewElements |
function |
drupal/core/modules/field/modules/number/lib/Drupal/number/Plugin/field/formatter/NumberUnformattedFormatter.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements(). |
HtmlIdentifierUnitTest::testDrupalHTMLId |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php |
Tests that drupal_html_id() cleans the ID properly. |
RuntimeReflectionService::hasPublicMethod |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php |
Check if the class have a public method with the given name. |
RuntimeReflectionService::getParentClasses |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php |
Return an array of the parent classes (not interfaces) for the given class. |
LanguageUILanguageNegotiationTest::runTest |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php |
|
RuntimeReflectionServiceTest::testShortname |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
|
HtmlIdentifierUnitTest::testDrupalHTMLClass |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php |
Tests that drupal_html_class() cleans the class name properly. |
RuntimeReflectionService::getClassShortName |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php |
Return the shortname of a class. |
RuntimeReflectionService::getClassNamespace |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php |
|
RuntimeReflectionServiceTest::testGetMethods |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
|
TableSortExtenderUnitTest::testTableSortInit |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Tests tablesort_init(). |
RuntimeReflectionService::getAccessibleProperty |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php |
Return an accessible property (setAccessible(true)) or null. |
RuntimeReflectionServiceTest::$reflectionService |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
|
Twig_Environment::registerUndefinedFilterCallback |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
|
InfoFileParserUnitTest::testDrupalParseInfoFormat |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/InfoFileParserUnitTest.php |
Test drupal_parse_info_format(). |
RuntimeReflectionServiceTest::testGetParentClasses |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
|
Twig_Environment::registerUndefinedFunctionCallback |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
|
RuntimeReflectionServiceTest::testClassNamespaceName |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
|
RuntimeReflectionServiceTest::testGetReflectionClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
|
HtmlIdentifierUnitTest::testDrupalCleanCSSIdentifier |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php |
Tests that drupal_clean_css_identifier() cleans the identifier properly. |
RuntimeReflectionServiceTest::testGetAccessibleProperty |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
|
CacheWarmerTest::testWriteNonWritableCacheFileThrowsARuntimeException |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php |
@expectedException \RuntimeException |