You are here

42 calls to TestBase::assertNotNull() in Zircon Profile 8

BookTest::createBookNode in core/modules/book/src/Tests/BookTest.php
Creates a book node.
BulkFormAccessTest::testNodeDeleteAccess in core/modules/node/src/Tests/Views/BulkFormAccessTest.php
Tests if nodes that may not be deleted, can not be deleted in bulk.
BulkFormAccessTest::testUserDeleteAccess in core/modules/user/src/Tests/Views/BulkFormAccessTest.php
Tests if users that may not be deleted, can not be deleted in bulk.
CommentNodeChangesTest::testNodeDeletion in core/modules/comment/src/Tests/CommentNodeChangesTest.php
Tests that comments are deleted with the node.
CommentUninstallTest::testCommentUninstallWithField in core/modules/comment/src/Tests/CommentUninstallTest.php
Tests if comment module uninstallation fails if the field exists.
CommentUninstallTest::testCommentUninstallWithoutField in core/modules/comment/src/Tests/CommentUninstallTest.php
Tests if uninstallation succeeds if the field has been deleted beforehand.
ConnectionTest::testConnectionRouting in core/modules/system/src/Tests/Database/ConnectionTest.php
Tests that connections return appropriate connection objects.
ContextPluginTest::testContext in core/modules/system/src/Tests/Plugin/ContextPluginTest.php
Tests basic context definition and value getters and setters.
EntityDisplayTest::testComponentDependencies in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests components dependencies additions.
EntityFieldTest::doTestReadWrite in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the read write test set for a defined entity type.
EntityFormTest::doTestMultilingualFormCRUD in core/modules/system/src/Tests/Entity/EntityFormTest.php
Executes the multilingual form CRUD tests for the given entity type ID.
EntitySchemaTest::testCustomFieldCreateDelete in core/modules/system/src/Tests/Entity/EntitySchemaTest.php
Tests the custom bundle field creation and deletion.
EntityUUIDTest::assertCRUD in core/modules/system/src/Tests/Entity/EntityUUIDTest.php
Executes the UUID CRUD tests for the given entity type.
FieldUIDeleteTest::testDeleteField in core/modules/field_ui/src/Tests/FieldUIDeleteTest.php
Tests that deletion removes field storages and fields as expected.
FilterAdminTest::testFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests filter administration functionality.
ForumUninstallTest::testForumUninstallWithField in core/modules/forum/src/Tests/ForumUninstallTest.php
Tests if forum module uninstallation properly deletes the field.
ForumUninstallTest::testForumUninstallWithoutFieldStorage in core/modules/forum/src/Tests/ForumUninstallTest.php
Tests uninstallation if the field storage has been deleted beforehand.
ManageFieldsTest::testDeleteField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that deletion removes field storages and fields as expected.
MigrateFieldTest::testFields in core/modules/field/src/Tests/Migrate/d6/MigrateFieldTest.php
Tests the Drupal 6 field to Drupal 8 migration.
MigrateRollbackTest::testRollback in core/modules/migrate/src/Tests/MigrateRollbackTest.php
Tests rolling back configuration and content entities.
MigrateUrlAliasTest::testUrlAlias in core/modules/path/src/Tests/Migrate/d6/MigrateUrlAliasTest.php
Test the url alias migration.
MigrateUserTest::testUser in core/modules/user/src/Tests/Migrate/d6/MigrateUserTest.php
Tests the Drupal6 user to Drupal 8 migration.
PageTitleTest::testTitleTags in core/modules/system/src/Tests/System/PageTitleTest.php
Tests the handling of HTML in node titles.
RouteProviderTest::testOutlinePathMatch in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaults in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision3 in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find multiple routes that match the request equally.
RouteProviderTest::testOutlinePathMatchTrailingSlash in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that a trailing slash on the request doesn't result in a 404.
RouterTest::testRouterUninstallInstall in core/modules/system/src/Tests/Routing/RouterTest.php
Tests that routes no longer exist for a module that has been uninstalled.
SaveTest::testFileSave in core/modules/file/src/Tests/SaveTest.php
SelectTest::testSimpleSelectAllFields in core/modules/system/src/Tests/Database/SelectTest.php
Tests adding all fields from a given table to a SELECT statement.
SelectTest::testSimpleSelectMultipleFields in core/modules/system/src/Tests/Database/SelectTest.php
Tests adding multiple fields to a SELECT statement at the same time.
SessionTest::assertSessionCookie in core/modules/system/src/Tests/Session/SessionTest.php
Assert whether the SimpleTest browser sent a session cookie.
SimpleTestInstallBatchTest::testLoadingEntitiesCreatedInBatch in core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php
Tests loading entities created in a batch in simpletest_test_install().
TermTest::testTermInterface in core/modules/taxonomy/src/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTest::testTermMultipleParentsInterface in core/modules/taxonomy/src/Tests/TermTest.php
Test saving a term with multiple parents through the UI.
ThemeSettingsTest::testNoDefaultConfig in core/modules/system/src/Tests/Theme/ThemeSettingsTest.php
Tests that the $theme.settings default config file is optional.
ThemeTokenTest::testThemeToken in core/modules/system/src/Tests/Theme/ThemeTokenTest.php
Tests if the 'theme_token' key of 'ajaxPageState' is computed.
UpdateDeleteFileIfStaleTest::testUpdateDeleteFileIfStale in core/modules/update/src/Tests/UpdateDeleteFileIfStaleTest.php
Tests the deletion of stale files.
UpdateTest::testPatchUpdate in core/modules/rest/src/Tests/UpdateTest.php
Tests several valid and invalid partial update requests on test entities.
UserRegistrationTest::testRegistrationWithoutEmailVerification in core/modules/user/src/Tests/UserRegistrationTest.php