TestHttpKernel::hasBeenCalled |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php |
|
XmlDumperTest::testAddService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php |
|
MachineNameControllerTest.php |
file |
drupal/core/modules/system/tests/Drupal/system/Tests/Transliteration/MachineNameControllerTest.php |
Contains \Drupal\system\Tests\Transliteration\MachineNameControllerTest. |
plugin_test_plugin_test_alter |
function |
drupal/core/modules/system/tests/modules/plugin_test/plugin_test.module |
Implements hook_plugin_test_alter(). |
FilterEqualityTest::testEqual |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterEqualityTest.php |
|
EntityTranslationSettingsTest |
class |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSettingsTest.php |
Tests the Entity Test Translation UI. |
Util_TypeTest::exportProvider |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/TypeTest.php |
|
CustomBlockFieldTest::getInfo |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockFieldTest.php |
Declares test information. |
ChainRouterTest::testGenerate |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|
ConfigInstallWebTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigInstallWebTest.php |
|
ImageDimensionsTest::$modules |
property |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsTest.php |
Modules to enable. |
field_test_field_create_field |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Memorize calls to hook_field_create_field(). |
CrudTest::testUpdateFieldType |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
|
ImageDimensionsTest::$profile |
property |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsTest.php |
The profile to install as a basis for testing. |
LocaleUninstallTest::$modules |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php |
Modules to enable. |
TestMultipleHttpKernel::$call |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php |
|
EntityTranslationSyncUnitTest |
class |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php |
Tests the Entity Translation field synchronization algorithm. |
EventDispatcherTest::tearDown |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
ClassCollectionLoaderTest.php |
file |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
|
TestFileTransfer::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/TestFileTransfer.php |
Constructs a Drupal\Core\FileTransfer\FileTransfer object. |
ScanDirectoryTest::testReturn |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php |
Check the format of the returned values. |
ExceptionTest::testSingleLine |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionTest.php |
@expectedException Class |
Twig_Tests_Node_SpacelessTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/SpacelessTest.php |
|
ConfigEntityUnitTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityUnitTest.php |
|
_form_test_submit_values_json |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form submit handler to return form values as JSON. |
TestDenormalizer::denormalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.php |
Denormalizes data back into an object of the given class |
SearchNodeAccessTest::getInfo |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchNodeAccessTest.php |
|
PathAliasTest::testAdminAlias |
function |
drupal/core/modules/path/lib/Drupal/path/Tests/PathAliasTest.php |
Tests alias functionality through the admin interfaces. |
common_test_drupal_goto_alter |
function |
drupal/core/modules/system/tests/modules/common_test/common_test.module |
Implements hook_drupal_goto_alter(). |
DynamicRouterTest::$generator |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
TestFieldDefaultFormatter.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldDefaultFormatter.php |
Contains \Drupal\field_test\Plugin\field\formatter\TestFieldDefaultFormatter. |
locale_test_system_info_alter |
function |
drupal/core/modules/locale/tests/modules/locale_test/locale_test.module |
Implements hook_system_info_alter(). |
ArgumentLanguageTest::getInfo |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/Views/ArgumentLanguageTest.php |
|
TestMultipleHttpKernel::reset |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php |
|
FieldUnitTestBase::assertText |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldUnitTestBase.php |
Pass if the text IS found in set string. |
PhpDumperTest::testAddService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php |
|
TypeValidatorTest::$validator |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/TypeValidatorTest.php |
|
TestFileTransfer::isDirectory |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/TestFileTransfer.php |
Checks if a particular path is a directory. |
WebTestBase::assertNoResponse |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts the page did not return the specified response code. |
RouterTest::testDynamicRoutes |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Checks that dynamically defined and altered routes work correctly. |
NodeEntityFieldQueryAlterTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
Tests node_query_entity_field_access_alter(). |
TestFileTransfer::chmodJailed |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/TestFileTransfer.php |
|
WebTestBase::assertMailString |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that the most recently sent e-mail message has the string in it. |
node_test_node_access_records |
function |
drupal/core/modules/node/tests/modules/node_test/node_test.module |
Implements hook_node_access_records(). |
YamlDumperTest::$fixturesPath |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php |
|
HandlerTest::assertEqualValue |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php |
Check to see if a value is the same as the value on a certain handler. |
FieldLanguageTest::$testViews |
property |
drupal/core/modules/language/lib/Drupal/language/Tests/Views/FieldLanguageTest.php |
Views used by this test. |
ElementMetadataTest::tearDown |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ElementMetadataTest.php |
|
config_test_entity_info_alter |
function |
drupal/core/modules/config/tests/config_test/config_test.module |
Implements hook_entity_info_alter(). |
HttpCacheTestCase::$responses |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php |
|