DrupalUnitTestBase::installSchema |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php |
Installs a specific table from a module schema definition. |
DrupalUnitTestBase::enableModules |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php |
Enables modules for this test. |
SaveDataTest::testWithoutFilename |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php |
Test the file_save_data() function when no filename is provided. |
CollectionTest::testMatchingSlice |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
@group DDC-1637 |
SaveDataTest::testExistingReplace |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php |
Test file_save_data() when replacing an existing file. |
CssRewriteFilterTest::provideUrls |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/CssRewriteFilterTest.php |
|
views.view.test_access_static.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_access_static.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_access_static.yml |
views.view.test_style_mapping.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_style_mapping.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_style_mapping.yml |
test_theme_theme_test__suggestion |
function |
drupal/core/modules/system/tests/themes/test_theme/template.php |
Tests a theme overriding a suggestion of a base theme hook. |
test_theme_theme_test_alter_alter |
function |
drupal/core/modules/system/tests/themes/test_theme/template.php |
Tests a theme implementing an alter hook. |
NodeTypeTest::testNodeTypeEditing |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php |
Tests editing a node type using the UI. |
FileProfilerStorageTest::$storage |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|
views.view.test_field_classes.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_field_classes.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_field_classes.yml |
ResponseTest::testSetLastModified |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
FileProfilerStorageTest::cleanDir |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|
DefinitionTest::testSetIsAbstract |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
@covers Symfony\Component\DependencyInjection\Definition::setAbstract
@covers Symfony\Component\DependencyInjection\Definition::isAbstract |
RouteCollectionTest::testResource |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
ResponseTest::testIsInformational |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
SearchNumberMatchingTest::getInfo |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php |
|
FileFieldValidateTest::$node_type |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php |
|
HandlerFilterUserNameTest::$names |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/User/HandlerFilterUserNameTest.php |
Usernames of $accounts. |
AttributeBagTest::testGetDefaults |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php |
|
JavaScriptTest::testHeaderSetting |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests drupal_get_js() for JavaScript settings. |
CommentActionsTest::clearWatchdog |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php |
Clears watchdog. |
NodeRevisionsAllTestCase::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php |
|
views.view.test_view_fieldapi.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_fieldapi.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_fieldapi.yml |
FlattenExceptionTest::testToArray |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Exception/FlattenExceptionTest.php |
@dataProvider flattenDataProvider |
NodeAccessBaseTableTest::$modules |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessBaseTableTest.php |
Modules to enable. |
EntityTranslationUITest::getValue |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Returns the value for the specified property in the given language. |
AttributeBagTest::testGetIterator |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php |
@covers Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator |
NodeAccessBaseTableTest::$profile |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessBaseTableTest.php |
The installation profile to use with this test. |
RouteTest::getInvalidRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
UnicodeUnitTest::helperTestStrLen |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/UnicodeUnitTest.php |
|
UnicodeUnitTest::helperTestSubStr |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/UnicodeUnitTest.php |
|
MoveTest::testExistingReplaceSelf |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/MoveTest.php |
Test replacement when moving onto itself. |
FormTest::assertFormValuesDefault |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php |
Assert that the values submitted to a form matches the default values of the elements. |
MockFileSessionStorageTest::setUp |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
|
UnicodeUnitTest::runTruncateTests |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/UnicodeUnitTest.php |
Runs test cases for helperTestTruncate(). |
GraphUnitTest::assertReversePaths |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Graph/GraphUnitTest.php |
Verify expected reverse paths in a graph. |
ApacheRequestTest::testUriMethods |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ApacheRequestTest.php |
@dataProvider provideServerVars |
DocParserTest::testArrayWithColon |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
ApacheMatcherDumperTest::testDump |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
|
JavaScriptTest::testLibraryRender |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Adds a library to the page and tests for both its JavaScript and its CSS. |
UserCancelTest::testUserAnonymize |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php |
Delete account and anonymize all content. |
views.view.test_redirect_view.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_redirect_view.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_redirect_view.yml |
RouterTest::testDefaultController |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Confirms that our default controller logic works properly. |
KernelForTest::registerBundleDirs |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php |
|
SessionHandlerProxyTest::tearDown |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php |
|
NativePhpunitTask::$testdirectory |
property |
drupal/core/vendor/doctrine/common/tests/NativePhpunitTask.php |
|
SessionHandlerProxyTest::testOpen |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php |
|