StorageTestBase::testNonExistingKeys |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Tests expected behavior for non-existing keys. |
SelectComplexTest::testLeftOuterJoin |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests LEFT OUTER joins. |
DocParserTest::testCastNegativeFloat |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@group DCOM-38 |
EntityFieldTest::assertIntrospection |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Executes the introspection tests for the given entity type. |
DocParserTest::testSetValuesExeption |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Creation Error] The annotation @SomeAnnotationClassNameWithoutConstructor declared on some class does not have a property named "invalidaProperty".… |
UrlValidatorTest::getValidCustomUrls |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php |
|
ClassLoaderTest::testGetFallbackDirs |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
|
EntityFieldTest::getContainedStrings |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Recursive helper for getting all contained strings,
i.e. properties of type string. |
CoverageProtectedTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageProtectedTest.php |
@covers CoveredClass::<protected> |
MenuNodeTest::testMenuNodeFormWidget |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuNodeTest.php |
Test creating, editing, deleting menu links via node form widget. |
XmlEncoderTest::testElementNameValid |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
RegexValidatorTest::getInvalidValues |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php |
|
_system_test_first_shutdown_function |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
Dummy shutdown function which registers another shutdown function. |
CustomBlockBuildContentTest::getInfo |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockBuildContentTest.php |
Declares test information. |
AnnotationDirectoryLoaderTest::setUp |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationDirectoryLoaderTest.php |
|
LengthValidatorTest::testNullIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php |
|
TextFieldTest::_testTextfieldWidgets |
function |
drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
Helper function for testTextfieldWidgets(). |
LuhnValidatorTest::getInvalidNumbers |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LuhnValidatorTest.php |
|
EditorAdminTest::enableUnicornEditor |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
Enables the unicorn editor. |
ViewExecutableTest::testConstructing |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the generation of the executable object. |
EditorAdminTest::selectUnicornEditor |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
Tests and selects the unicorn editor. |
ResponseTest::testDefaultContentType |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
ResponseTest::testContentTypeCharset |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
CommentFieldsTest::testCommentEnable |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php |
Tests that comment module works when enabled after a content module. |
XmlFileLoaderTest::testLoadWithRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php |
|
NodeEntityViewModeAlterTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityViewModeAlterTest.php |
|
CommentFieldsTest::testCommentFormat |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php |
Tests that comment module works correctly with plain text format. |
JavaScriptTest::testAggregationOrder |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests JavaScript aggregation when files are added to a different scope. |
Framework_TestImplementorTest::$test |
property |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestImplementorTest.php |
|
ChoiceValidatorTest::testNullIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php |
|
TestClassMetadataFactory::initialize |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
Lazy initialization of this stuff, especially the metadata driver,
since these are not needed at all when a metadata cache is active. |
KernelTest::testHandleBootsTheKernel |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
EntityValidationTest::testValidation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityValidationTest.php |
Tests validating test entity types. |
RemoteFileUnmanagedCopyTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedCopyTest.php |
|
CommentLinksTest::assertCommentLinks |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php |
Asserts that comment links appear according to the passed environment. |
SearchExcerptTest::testSearchExcerpt |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchExcerptTest.php |
Tests search_excerpt() with several simulated search keywords. |
RouteTest::testInvalidRouteParameter |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Annotation/RouteTest.php |
@expectedException \BadMethodCallException |
TestFieldEmptyFormatter::prepareView |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldEmptyFormatter.php |
Allows formatters to load information for field values being displayed. |
Framework_SuiteTest::testNoTestCases |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/SuiteTest.php |
|
Util_XMLTest::testConvertAssertClass |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/XMLTest.php |
|
LayoutTestController::layoutTestPage |
function |
drupal/core/modules/layout/tests/lib/Drupal/layout_test/Controller/LayoutTestController.php |
Displays basic page for layout testing purposes. |
UnmanagedCopyTest::testOverwriteSelf |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php |
Copy a file onto itself. |
FlattenExceptionTest::testStatusCode |
function |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php |
|
EntitySerializationTest::$serializer |
property |
drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntitySerializationTest.php |
The serializer serivce. |
LanguageTestController::lActiveClass |
function |
drupal/core/modules/language/tests/language_test/lib/Drupal/language_test/Controller/LanguageTestController.php |
Returns links to the current page with different langcodes. |
NotNullValidatorTest::getValidValues |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotNullValidatorTest.php |
|
DCOM58Test::testIssueGlobalNamespace |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Test.php |
|
Framework_SuiteTest::testOneTestCase |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/SuiteTest.php |
|
editor_test_editor_js_settings_alter |
function |
drupal/core/modules/editor/tests/modules/editor_test.module |
Implements hook_editor_js_settings_alter(). |
Twig_Tests_Node_ForTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/ForTest.php |
@covers Twig_Node_For::compile
@dataProvider getTests |