23 calls to TestBase::assertNotNull()

BlockTest::testBlock in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test configuring and moving a module-define block to specific regions.
BlockTest::testCustomBlock in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test creating custom block, moving it to a specific region and then deleting it.
BookTest::createBookNode in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Create book node.
ConnectionTest::testConnectionRouting in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php
Tests that connections return appropriate connection objects.
EntityFieldTest::testReadWrite in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Tests reading and writing properties and field items.
EntityUUIDTest::testCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php
Tests UUID generation in entity CRUD operations.
FilterAdminTest::testFilterAdmin in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterHooksTest::testFilterHooks in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHooksTest.php
Tests hooks on format management.
HttpMethodMatcherTest::testFilterRoutes in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php
Confirms that the HttpMethod matcher matches properly.
ManageFieldsTest::testDeleteField in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests that deletion removes fields and instances as expected.
MimeTypeMatcherTest::testFilterRoutes in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php
Confirms that the MimeType matcher matches properly.
PageTitleFilteringTest::testTitleTags in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php
Tests the handling of HTML by drupal_set_title() and drupal_get_title()
PathMatcherTest::testOutlinePathMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that we can find routes whose pattern would match the request.
PathMatcherTest::testOutlinePathMatchDefaults in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that we can find routes whose pattern would match the request.
PathMatcherTest::testOutlinePathMatchDefaultsCollision in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that we can find routes whose pattern would match the request.
PathMatcherTest::testOutlinePathMatchDefaultsCollision2 in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that we can find routes whose pattern would match the request.
PathMatcherTest::testOutlinePathMatchTrailingSlash in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that a trailing slash on the request doesn't result in a 404.
SaveTest::testFileSave in drupal/core/modules/file/lib/Drupal/file/Tests/SaveTest.php
SelectTest::testSimpleSelectAllFields in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests adding all fields from a given table to a SELECT statement.
SelectTest::testSimpleSelectMultipleFields in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests adding multiple fields to a SELECT statement at the same time.
SessionTest::assertSessionCookie in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Assert whether the SimpleTest browser sent a session cookie.
TermTest::testTermInterface in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTest::testTermMultipleParentsInterface in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Test saving a term with multiple parents through the UI.