30 calls to TestBase::assertFalse()

CacheTestBase::assertCacheRemoved in core/modules/system/src/Tests/Cache/CacheTestBase.php
Asserts that a cache entry has been removed.
ContentTranslationUITestBase::doTestOutdatedStatus in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests up-to-date status tracking.
ContentTranslationUITestBase::doTestPublishedStatus in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the translation publishing status.
EntityCacheTagsTestBase::verifyRenderCache in core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
Verify that a given render cache entry exists, with the correct cache tags.
FileFieldTestBase::assertFileEntryNotExists in core/modules/file/src/Tests/FileFieldTestBase.php
Asserts that a file does not exist in the database.
FileFieldTestBase::assertFileNotExists in core/modules/file/src/Tests/FileFieldTestBase.php
Asserts that a file does not exist on disk.
GenericCacheBackendUnitTestBase::testDeleteAll in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::deleteAll().
GenericCacheBackendUnitTestBase::testDeleteMultiple in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::delete() and Drupal\Core\Cache\CacheBackendInterface::deleteMultiple().
GenericCacheBackendUnitTestBase::testGetMultiple in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
GenericCacheBackendUnitTestBase::testInvalidate in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::invalidate() and Drupal\Core\Cache\CacheBackendInterface::invalidateMultiple().
GenericCacheBackendUnitTestBase::testInvalidateAll in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::invalidateAll().
GenericCacheBackendUnitTestBase::testInvalidateTags in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::invalidateTags().
GenericCacheBackendUnitTestBase::testRemoveBin in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::removeBin().
GenericCacheBackendUnitTestBase::testSetGet in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
KernelTestBaseTest::testEnableModulesInstall in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests expected installation behavior of enableModules().
KernelTestBaseTest::testEnableModulesLoad in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests expected load behavior of enableModules().
KernelTestBaseTest::testInstallConfig in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests expected behavior of installConfig().
KernelTestBaseTest::testInstallSchema in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests expected behavior of installSchema().
KernelTestBaseTest::testSetUp in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests expected behavior of setUp().
ModuleTestBase::assertModuleConfig in core/modules/system/src/Tests/Module/ModuleTestBase.php
Asserts that the default configuration of a module has been installed.
ModuleTestBase::assertModuleTablesDoNotExist in core/modules/system/src/Tests/Module/ModuleTestBase.php
Assert that none of the tables defined in a module's hook_schema() exist.
ModuleTestBase::assertNoModuleConfig in core/modules/system/src/Tests/Module/ModuleTestBase.php
Asserts that no configuration exists for a given module.
ModuleTestBase::assertTableCount in core/modules/system/src/Tests/Module/ModuleTestBase.php
Assert there are tables that begin with the specified base table name.
SimpleTestBrowserTest::testInternalBrowser in core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
Test the internal browsers functionality.
TestBase::assertNoErrorsLogged in core/modules/simpletest/src/TestBase.php
Asserts that no errors have been logged to the PHP error.log thus far.
TourTestBase::assertTourTips in core/modules/tour/src/Tests/TourTestBase.php
Assert function to determine if tips rendered to the page have a corresponding page element.
UpdatePathTestBase::runUpdates in core/modules/system/src/Tests/Update/UpdatePathTestBase.php
Helper function to run pending database updates.
WebTestBase::assertNoBlockAppears in core/modules/simpletest/src/WebTestBase.php
Checks to see whether a block does not appears on the page.
WebTestBase::assertNoCacheTag in core/modules/simpletest/src/WebTestBase.php
Asserts whether an expected cache tag was absent in the last response.
WebTestBase::assertNoResponse in core/modules/simpletest/src/WebTestBase.php
Asserts the page did not return the specified response code.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.