Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
TestBase.php
»
TestBase
»
TestBase::assertNotNull
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
20 calls to TestBase::assertNotNull()
BookTest::createBookNode
in drupal/
core/
modules/
book/
lib/
Drupal/
book/
Tests/
BookTest.php
Creates a book node.
ConnectionTest::testConnectionRouting
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Database/
ConnectionTest.php
Tests that connections return appropriate connection objects.
ContextPluginTest::testContext
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Plugin/
ContextPluginTest.php
Tests basic context definition and value getters and setters.
EntityFieldTest::assertReadWrite
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityFieldTest.php
Executes the read write test set for a defined entity type.
EntityUUIDTest::assertCRUD
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityUUIDTest.php
Executes the UUID CRUD tests for the given entity type.
FilterAdminTest::testFilterAdmin
in drupal/
core/
modules/
filter/
lib/
Drupal/
filter/
Tests/
FilterAdminTest.php
Tests filter administration functionality.
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
()
RouteProviderTest::testOutlinePathMatch
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Routing/
RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaults
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Routing/
RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Routing/
RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision2
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Routing/
RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchTrailingSlash
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Routing/
RouteProviderTest.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.