PollTestBase::_pollGenerateEdit |
function |
drupal/core/modules/poll/lib/Drupal/poll/Tests/PollTestBase.php |
Generates POST values for the poll node form, specifically poll choices. |
EntityFilteringThemeTest::$user |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
A test user. |
EntityFilteringThemeTest::$node |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
A test node. |
config_test_config_test_presave |
function |
drupal/core/modules/config/tests/config_test/config_test.hooks.inc |
Implements hook_config_test_presave(). |
EntityFilteringThemeTest::$term |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
A test taxonomy term. |
FieldWebTest::testTextRendering |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Tests trimming/read-more/ellipses. |
HttpAssetTest::testMalformedUrl |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/HttpAssetTest.php |
|
StatisticsLoggingTest::$modules |
property |
drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsLoggingTest.php |
Modules to enable. |
FileManagedTestBase::createFile |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedTestBase.php |
Create a file and save it to the files table and assert that it occurs
correctly. |
EntityFilteringThemeTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
Sets up a Drupal site for running functional and integration tests. |
StaticReflectionServiceTest.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php |
|
BrokenSetUpTest::testBreakSetUp |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrokenSetUpTest.php |
Runs this test case from within the simpletest child site. |
ApacheUrlMatcherTest::testMatch |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/ApacheUrlMatcherTest.php |
@dataProvider getMatchData |
StatisticsAdminTest::$test_node |
property |
drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php |
A page node for which to check access statistics. |
BrowserTest::testGetAbsoluteUrl |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrowserTest.php |
Test Drupal\simpletest\WebTestBase::getAbsoluteUrl(). |
RequestDataCollectorTest::setUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php |
|
AbstractProfilerStorageTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
CategorizeFeedItemTest::getInfo |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedItemTest.php |
|
WebTestBase::assertNoUniqueText |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Pass if the text is found MORE THAN ONCE on the text version of the page. |
SizeUnitTest::$exact_test_cases |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/SizeUnitTest.php |
|
RemoveUnusedDefinitionsPassTest |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php |
|
MemcacheProfilerStorageTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcacheProfilerStorageTest.php |
|
StyleTestBase::storeViewPreview |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTestBase.php |
Stores a view output in the elements. |
ViewExecutableTest::testDestroy |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the deconstructor to be sure that every kind of heavy objects are removed. |
AssetReferenceTest::testMethods |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetReferenceTest.php |
@dataProvider getMethodAndRetVal |
LocaleTranslationTest::$modules |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php |
Modules to enable. |
RegistryTest::testRaceCondition |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/RegistryTest.php |
Tests the behavior of the theme registry class. |
ImageFieldTestBase::$admin_user |
property |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php |
|
WebTestBase::assertFieldByXPath |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that a field exists in the current page by the given XPath. |
CheckCircularReferencesPassTest |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php |
|
ImageUpgradePathTest::sortByKey |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ImageUpgradePathTest.php |
Sorts all keys in configuration data. |
CookieTest::testCookieIsCleared |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/CookieTest.php |
|
WebTestBase::assertFieldChecked |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that a checkbox field in the current page is checked. |
StringAssetTest::testGetFilters |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/StringAssetTest.php |
|
AsseticExtensionTest::testDebug |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/AsseticExtensionTest.php |
|
ModuleApiTest::assertModuleList |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php |
Assert that module_list() return the expected values. |
AsseticExtensionTest::testImage |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/AsseticExtensionTest.php |
|
XmlDumperTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php |
|
ModuleApiTest::testModuleInvoke |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php |
Test that module_invoke() can load a hook defined in hook_hook_info(). |
PHPDriverTest::testLoadMetadata |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/PHPDriverTest.php |
|
AsseticExtensionTest::renderXml |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/AsseticExtensionTest.php |
|
PrivateStream::getDirectoryPath |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/PrivateStream.php |
Implements Drupal\Core\StreamWrapper\LocalStream::getDirectoryPath() |
RemoteFileUnmanagedSaveDataTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedSaveDataTest.php |
Tests the file_unmanaged_save_data() function on remote filesystems. |
XmlDumperTest::testDumpEntities |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php |
|
SystemListingCompatibleTest.php |
file |
drupal/core/profiles/testing/modules/drupal_system_listing_compatible_test/lib/Drupal/drupal_system_listing_compatible_test/Tests/SystemListingCompatibleTest.php |
Definition of Drupal\drupal_system_listing_compatible_test\Tests\SystemListingCompatibleTest. |
KernelTest::testOverrideGetName |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
module_test_modules_uninstalled |
function |
drupal/core/modules/system/tests/modules/module_test/module_test.module |
Implements hook_modules_uninstalled(). |
RequestTest::testGetQueryString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@covers Symfony\Component\HttpFoundation\Request::getQueryString
@covers Symfony\Component\HttpFoundation\Request::normalizeQueryString
@dataProvider getQueryStringNormalizationData |
ForumTest::testEnableForumField |
function |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php |
Tests disabling and re-enabling the Forum module. |
DBLogTest::testDBLogAddAndClear |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php |
Tests the addition and clearing of log events through the admin interface. |