59 calls to WebTestBase::drupalCreateContentType()

AggregatorTestBase::setUp in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
Sets up a Drupal site for running functional and integration tests.
AlterTest::setUp in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/AlterTest.php
Sets up a Drupal site for running functional and integration tests.
BasicTest::testViewsWizardAndListing in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/BasicTest.php
CascadingStylesheetsTest::testRenderInlineFullPage in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests rendering inline stylesheets through a full page request.
CommentFieldsTest::testCommentDefaultFields in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php
Tests that the default 'comment_body' field is correctly added.
CommentTestBase::setUp in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Sets up a Drupal site for running functional and integration tests.
CommentTranslationUITest::setupBundle in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::setupBundle().
ContextualDynamicContextTest::setUp in drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualDynamicContextTest.php
Sets up a Drupal site for running functional and integration tests.
DateFormatsLanguageTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/DateFormatsLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
DBLogTest::verifyEvents in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Generates and then verifies various types of events.
DefaultViewRecentComments::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/Comment/DefaultViewRecentComments.php
Sets up a Drupal site for running functional and integration tests.
EntityTranslationFormTest::testEntityFormLanguage in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php
Tests entity form language.
ExposedFormTest::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php
Sets up a Drupal site for running functional and integration tests.
FieldAccessTest::setUp in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php
Set the default field storage backend for fields created during tests.
FieldUiTestBase::setUp in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUiTestBase.php
Sets up a Drupal site for running functional and integration tests.
FilterFormatAccessTest::setUp in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php
Sets up a Drupal site for running functional and integration tests.
FilterHtmlImageSecureTest::setUp in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHtmlImageSecureTest.php
Sets up a Drupal site for running functional and integration tests.
FilterSecurityTest::setUp in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php
Sets up a Drupal site for running functional and integration tests.
GlossaryTest::testGlossaryView in drupal/core/modules/views/lib/Drupal/views/Tests/GlossaryTest.php
Tests the default glossary view.
ImageFieldTestBase::setUp in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php
Sets up a Drupal site for running functional and integration tests.
ItemsPerPageTest::testItemsPerPage in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
LanguageConfigurationElementTest::testNodeTypeUpdate in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php
Tests that the configuration is updated when the node type is changed.
LinkFieldUITest::testFieldUI in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldUITest.php
Tests that link field UI functionality does not generate warnings.
LocaleContentTest::testContentTypeDirLang in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php
Test if a dir and lang tags exist in node's attributes.
LocaleContentTest::testContentTypeLanguageConfiguration in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php
Test if a content type can be set to multilingual and language is present.
LocalePathTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePathTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleUninstallTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php
Sets up a Drupal site for running functional and integration tests.
ManageDisplayTest::testNoFieldsDisplayOverview in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
Tests that a message is shown when there are no fields.
ManageFieldsTest::setUp in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Sets up a Drupal site for running functional and integration tests.
ManageFieldsTest::testDeleteField in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests that deletion removes fields and instances as expected.
MappingDefinitionTest::testAttributesInMarkup2 in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php
Tests if RDF mapping defined in rdf_test.install is used.
MappingDefinitionTest::testAttributesInMarkup3 in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php
Tests if the default mapping for a node is being used.
NodeFieldMultilingualTestCase::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeFieldMultilingualTestCase.php
Sets up a Drupal site for running functional and integration tests.
NodeTestBase::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTestBase.php
Sets up a Drupal site for running functional and integration tests.
NodeTranslationUITest::setupBundle in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::setupBundle().
NodeTranslationUITest::testDisabledBundle in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php
Test that no metadata is stored for a disabled bundle.
NodeTypeTest::testNodeTypeCreation in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
Tests creating a content type programmatically and via a form.
NodeTypeTest::testNodeTypeDeletion in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
Tests deleting a content type that still has content.
OptionsFieldUITest::setUp in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
Set the default field storage backend for fields created during tests.
OptionsWidgetsTest::testOnOffCheckbox in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_onoff' widget.
PageTitleFilteringTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php
Implement setUp().
PathTestBase::setUp in drupal/core/modules/path/lib/Drupal/path/Tests/PathTestBase.php
Sets up a Drupal site for running functional and integration tests.
PhpTestBase::setUp in drupal/core/modules/php/lib/Drupal/php/Tests/PhpTestBase.php
Sets up a Drupal site for running functional and integration tests.
QueryGroupByTest::GroupByTestHelper in drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php
QueryGroupByTest::testAggregateCount in drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php
Tests aggregate count feature.
QueryGroupByTest::testGroupByCountOnlyFilters in drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php
RebuildTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php
Sets up a Drupal site for running functional and integration tests.
SearchTestBase::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchTestBase.php
Sets up a Drupal site for running functional and integration tests.
ShortcutTestBase::setUp in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutTestBase.php
Sets up a Drupal site for running functional and integration tests.
StatisticsAdminTest::setUp in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Sets up a Drupal site for running functional and integration tests.
StatisticsLoggingTest::setUp in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsLoggingTest.php
Sets up a Drupal site for running functional and integration tests.
StatisticsTestBase::setUp in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTestBase.php
Sets up a Drupal site for running functional and integration tests.
TaggedWithTest::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php
Sets up a Drupal site for running functional and integration tests.
TaxonomyTestBase::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTestBase.php
Sets up a Drupal site for running functional and integration tests.
ThemeTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Sets up a Drupal site for running functional and integration tests.
TrackerTest::setUp in drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php
Sets up a Drupal site for running functional and integration tests.
UserCancelTest::setUp in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Sets up a Drupal site for running functional and integration tests.
UserPictureTest::setUp in drupal/core/modules/user/lib/Drupal/user/Tests/UserPictureTest.php
Sets up a Drupal site for running functional and integration tests.
UserSignatureTest::setUp in drupal/core/modules/user/lib/Drupal/user/Tests/UserSignatureTest.php
Sets up a Drupal site for running functional and integration tests.