You are here

19 calls to AssertLegacyTrait::assertTrue() in Zircon Profile 8

AliasStorageTest::testAliasExists in core/tests/Drupal/KernelTests/Core/Path/AliasStorageTest.php
@covers ::aliasExists
AssertLegacyTrait::pass in core/tests/Drupal/KernelTests/AssertLegacyTrait.php
DbImportCommandTest::testDbImportCommand in core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php
Test the command directly.
EditorFilterIntegrationTest::testTextFormatIntegration in core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php
Tests text format removal or disabling.
EntityReferenceSelectionReferenceableTest::testReferenceablesWithNoLabelKey in core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php
Tests values returned by SelectionInterface::getReferenceableEntities() when the target entity type has no 'label' key.
EntitySerializationTest::testDenormalize in core/modules/serialization/src/Tests/EntitySerializationTest.php
Tests denormalization of an entity.
KernelTestBaseTest::tearDown in core/tests/Drupal/KernelTests/KernelTestBaseTest.php
KernelTestBaseTest::testSetUp in core/tests/Drupal/KernelTests/KernelTestBaseTest.php
@covers ::setUp
MaintenanceThemeTest::testMaintenanceTheme in core/tests/Drupal/KernelTests/Core/Theme/MaintenanceThemeTest.php
Tests that the maintenance theme initializes the theme and its base themes.
ModuleHandlerTest::testDependencyResolution in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests dependency resolution.
ModuleHandlerTest::testModuleMetaData in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests whether the correct module metadata is returned.
ModuleHandlerTest::testModuleStreamWrappers in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests whether module-provided stream wrappers are registered properly.
ModuleHandlerTest::testThemeMetaData in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests whether the correct theme metadata is returned.
ModuleHandlerTest::testUninstallContentDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests uninstalling a module that has content.
ModuleHandlerTest::testUninstallProfileDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests uninstalling a module that is a "dependency" of a profile.
PhpStorageFactoryTest::testGetDefault in core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php
Tests the get() method using the 'default' settings.
PhpStorageFactoryTest::testGetNoSettings in core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php
Tests the get() method with no settings.
PhpStorageFactoryTest::testGetOverride in core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php
Tests the get() method with overridden settings.
RouteProviderTest::testAdminHtmlRoutes in core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php
@covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getEditFormRoute @covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getDeleteFormRoute