18 calls to TestBase::assert()
- AggregatorTestBase::createFeed in core/
modules/ aggregator/ src/ Tests/ AggregatorTestBase.php - Creates an aggregator feed.
- GenericCacheBackendUnitTestBase::testDelete in core/
modules/ system/ src/ Tests/ Cache/ GenericCacheBackendUnitTestBase.php - Tests Drupal\Core\Cache\CacheBackendInterface::delete().
- GenericCacheBackendUnitTestBase::testGetMultiple in core/
modules/ system/ src/ Tests/ Cache/ GenericCacheBackendUnitTestBase.php - Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
- GenericCacheBackendUnitTestBase::testSetGet in core/
modules/ system/ src/ Tests/ Cache/ GenericCacheBackendUnitTestBase.php - Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
- GenericCacheBackendUnitTestBase::testValueTypeIsKept in core/
modules/ system/ src/ Tests/ Cache/ GenericCacheBackendUnitTestBase.php - Tests data type preservation.
- TestBase::assertEqual in core/
modules/ simpletest/ src/ TestBase.php - Check to see if two values are equal.
- TestBase::assertFalse in core/
modules/ simpletest/ src/ TestBase.php - Check to see if a value is false.
- TestBase::assertIdentical in core/
modules/ simpletest/ src/ TestBase.php - Check to see if two values are identical.
- TestBase::assertNotEqual in core/
modules/ simpletest/ src/ TestBase.php - Check to see if two values are not equal.
- TestBase::assertNotIdentical in core/
modules/ simpletest/ src/ TestBase.php - Check to see if two values are not identical.
- TestBase::assertNotNull in core/
modules/ simpletest/ src/ TestBase.php - Check to see if a value is not NULL.
- TestBase::assertNull in core/
modules/ simpletest/ src/ TestBase.php - Check to see if a value is NULL.
- TestBase::assertTrue in core/
modules/ simpletest/ src/ TestBase.php - Check to see if a value is not false.
- TestBase::error in core/
modules/ simpletest/ src/ TestBase.php - Fire an error assertion.
- TestBase::fail in core/
modules/ simpletest/ src/ TestBase.php - Fire an assertion that is always negative.
- TestBase::pass in core/
modules/ simpletest/ src/ TestBase.php - Fire an assertion that is always positive.
- TestBase::run in core/
modules/ simpletest/ src/ TestBase.php - Run all tests in this class.
- WebTestBase::drupalLogin in core/
modules/ simpletest/ src/ WebTestBase.php - Log in a user with the internal browser.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.