ajax_forms_test_lazy_load_form_ajax |
function |
drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
AJAX form callback: Selects for the ajax_forms_test_lazy_load_form() form. |
ResponseTest::testSetContentInvalid |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
@expectedException UnexpectedValueException
@dataProvider invalidContentProvider |
TwigTestExtension::escape_something |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/IntegrationTest.php |
|
WebTestBase::assertUniqueTextHelper |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Helper for assertUniqueText and assertNoUniqueText. |
TwigTestExtension::preserves_safety |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/IntegrationTest.php |
|
MemcachedProfilerStorageTest::setUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcachedProfilerStorageTest.php |
|
AllValidatorTest::getValidArguments |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AllValidatorTest.php |
|
PhpParserTest::testClassWithClosure |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
@group DCOM-97
@group regression |
ImageValidatorTest::testNullIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php |
|
SearchKeywordsConditionsTest::setUp |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchKeywordsConditionsTest.php |
Sets up a Drupal site for running functional and integration tests. |
Twig_Tests_Node_DoTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/DoTest.php |
@covers Twig_Node_Do::compile
@dataProvider getTests |
XmlDumperTest::testExportParameters |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php |
|
DateTimeTest::testDateFormatStorage |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/DateTimeTest.php |
Test if the date formats are stored properly. |
NodeBlockFunctionalTest::$adminUser |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeBlockFunctionalTest.php |
An administrative user for testing. |
ReadOnlyStreamWrapperTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/File/ReadOnlyStreamWrapperTest.php |
Modules to enable. |
AbstractReaderTest::testAnnotations |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@dataProvider getReflectionClass |
CacheDecoratorLanguageTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorLanguageTest.php |
|
ViewsTestDataElementForm::getFormID |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Form/ViewsTestDataElementForm.php |
Returns a unique string identifying the form. |
ViewsTestDataElementForm::buildForm |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Form/ViewsTestDataElementForm.php |
Form constructor. |
ImageValidatorTest::testWidthTooBig |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php |
|
CoverageFunctionTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionTest.php |
@covers ::globalFunction |
Twig_Tests_Node_BlockTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/BlockTest.php |
|
ProcessBuilderTest::testNullTimeout |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessBuilderTest.php |
|
SimpletestHttpRequestSubscriber.php |
file |
drupal/core/lib/Drupal/Core/Http/Plugin/SimpletestHttpRequestSubscriber.php |
Contains Drupal\Core\Http\Plugin\SimpletestHttpRequestSubscriber |
ReadOnlyStreamWrapperTest::tearDown |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/ReadOnlyStreamWrapperTest.php |
Delete created files and temporary files directory, delete the tables created by setUp(),
and reset the database prefix. |
NamespaceCoverageNotPrivateTest.php |
file |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageNotPrivateTest.php |
|
GreaterThanOrEqualValidatorTest.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php |
|
Twig_Tests_LexerTest::testLongBlock |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
|
HeaderBagTest::testGetDateException |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php |
@expectedException \RuntimeException |
TestMultipleHttpKernel::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php |
Constructor |
CoverageFunctionParenthesesTest.php |
file |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionParenthesesTest.php |
|
UrlValidatorTest::testValidAbsolute |
function |
drupal/core/tests/Drupal/Tests/Core/Common/UrlValidatorTest.php |
Tests valid absolute URLs. |
FileFieldTestBase::assertFileExists |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Asserts that a file exists physically on disk. |
field_test_field_extra_fields_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_field_extra_fields_alter(). |
CardSchemeValidatorTest::$validator |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CardSchemeValidatorTest.php |
|
WebTestBase::assertNoOptionSelected |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that a select option in the current page is not checked. |
ExceptionTest::testUnknownConstants |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionTest.php |
@expectedException Class
@expectedExceptionCode ExceptionTest::UNKNOWN_CODE_CONSTANT
@expectedExceptionMessage ExceptionTest::UNKNOWN_MESSAGE_CONSTANT |
ImageFieldTestBase::uploadNodeImage |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php |
Upload an image to a node. |
ScanDirectoryTest::testOptionNoMask |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php |
Check that the no-mask parameter is honored. |
LoggingTest::testEnableMultiLogging |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/LoggingTest.php |
Tests that we can run two logs in parallel. |
UrlValidatorTest::testValidRelative |
function |
drupal/core/tests/Drupal/Tests/Core/Common/UrlValidatorTest.php |
Tests valid relative URLs. |
ImageStylesPathAndUrlTest::$modules |
property |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php |
Modules to enable. |
PhpDumperTest::testExportParameters |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php |
@expectedException InvalidArgumentException |
CustomNormalizerTest::testSerialize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php |
|
NodeLoadHooksTest::testHookNodeLoad |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeLoadHooksTest.php |
Tests that hook_node_load() is invoked correctly. |
HandlerTest::testFilterInOperatorUi |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php |
@todo
This should probably moved to a filter related test. |
Twig_Tests_Node_MacroTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/MacroTest.php |
|
LocaleUpdateTest::$timestamp_medium |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Timestamp for a medium aged translation. |
common_test_module_implements_alter |
function |
drupal/core/modules/system/tests/modules/common_test/common_test.module |
Implements hook_module_implements_alter(). |
node_test_node_access_records_alter |
function |
drupal/core/modules/node/tests/modules/node_test/node_test.module |
Implements hook_node_access_records_alter(). |