AttributeBagTest::testInitialize |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php |
|
FieldTestBase::assertFieldValues |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldTestBase.php |
Assert that a field has the expected values in an entity. |
Twig_Extension_Staging::getTests |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Staging.php |
|
PluginInstanceTest::$pluginTypes |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/PluginInstanceTest.php |
All views plugin types. |
design_test_page_list_operations |
function |
drupal/core/modules/system/tests/modules/design_test/page/list-operations.inc |
Page callback for manual testing of operation links. |
CacheTestBase::assertCacheExists |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/CacheTestBase.php |
Asserts that a cache entry exists. |
AttributeBagTest::testGetSetName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php |
|
views.view.test_example_area.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_example_area.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_example_area.yml |
PluginInstanceTest::$definitions |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/PluginInstanceTest.php |
An array of plugin definitions, keyed by plugin type. |
TextPlainUnitTest::testPlainText |
function |
drupal/core/modules/text/lib/Drupal/text/Tests/Formatter/TextPlainUnitTest.php |
Tests text_plain formatter output. |
KernelForTest::initializeBundles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php |
Initializes the data structures related to the bundle management. |
form_test_load_include_menu_ajax |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.file.inc |
Ajax callback for the file inclusion via menu test. |
LinkFieldTest::testURLValidation |
function |
drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
Tests link field URL validation. |
EsiTest::testAddSurrogateControl |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php |
|
IpValidatorTest::getInvalidIpsV6 |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IpValidatorTest.php |
|
views.view.test_display_more.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_display_more.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_display_more.yml |
LinkFieldTest::testLinkFormatter |
function |
drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
Tests the default 'link' formatter. |
AlterTest::testAlterChangeFields |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/AlterTest.php |
Tests that we can alter the fields of a query. |
Framework_AssertTest::sameValues |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
|
UserPictureTest::saveUserPicture |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserPictureTest.php |
Edits the user picture for the test user. |
LocaleUpdateInterfaceTest::setUp |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateInterfaceTest.php |
Sets up a Drupal site for running functional and integration tests. |
error_test_trigger_pdo_exception |
function |
drupal/core/modules/system/tests/modules/error_test/error_test.module |
Menu callback; trigger an exception to test the exception handler. |
ContactPersonalTest::$admin_user |
property |
drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactPersonalTest.php |
A user with some administrative permissions. |
MainContentFallbackTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/MainContentFallbackTest.php |
|
SerializationTestEncoder::encode |
function |
drupal/core/modules/serialization/tests/serialization_test/lib/Drupal/serialization_test/SerializationTestEncoder.php |
Implements \Symfony\Component\Serializer\Encoder\EncoderInterface::encode(). |
PHPUnit_TextUI_TestRunner::doRun |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/TestRunner.php |
|
BlockCacheTest::$normal_user_alt |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php |
|
DrupalUnitTestBaseTest::$modules |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php |
Modules to enable. |
UserPermissionsTest::$admin_user |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/UserPermissionsTest.php |
|
RemoteFileDirectoryTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileDirectoryTest.php |
|
Framework_ConstraintTest::trimnl |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
Removes spaces in front of newlines |
PHPUnit_TextUI_TestRunner::write |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/TestRunner.php |
@since Method available since Release 3.1.0 |
NodeFormButtonsTest::$admin_user |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeFormButtonsTest.php |
|
BasicSyntaxTest::testBasicConcat |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/BasicSyntaxTest.php |
Tests string concatenation. |
BlockCacheTest::testCachePerRole |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php |
Test DRUPAL_CACHE_PER_ROLE. |
DatabaseBackendUnitTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/DatabaseBackendUnitTest.php |
|
BasicSyntaxTest::testFieldConcat |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/BasicSyntaxTest.php |
Tests string concatenation with field values. |
ContainerTest::testIsScopeActive |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
GenericEventTest::testGetSubject |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php |
|
XmlFileLoaderTest::$fixturesPath |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php |
|
BlockCacheTest::testCachePerUser |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php |
Test DRUPAL_CACHE_PER_USER. |
UpdateCoreTest::setSystemInfo7_0 |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php |
Sets the version to 7.0 when no project-specific mapping is defined. |
form_test_checkbox_type_juggling |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
|
ExposedFormTest::testResetButton |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php |
Tests whether the reset button works on an exposed form. |
BlockCacheTest::testCachePerPage |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php |
Test DRUPAL_CACHE_PER_PAGE. |
TaxonomyAttributesTest::$modules |
property |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TaxonomyAttributesTest.php |
Modules to enable. |
XmlFileLoaderTest::testParseFile |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php |
|
QueryGroupByTest::testGroupBySum |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
LanguageUILanguageNegotiationTest |
class |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php |
Test UI language negotiation |
UserPictureUpgradePathTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php |
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing. |