Search for assertTrue
- Search 7.x for assertTrue
- Search 9.5.x for assertTrue
- Search 10.3.x for assertTrue
- Search 11.x for assertTrue
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
KernelAssertLegacyTraitTest::testAssertTrue | function | core/ |
@expectedDeprecation Support for asserting against non-boolean values in ::assertTrue is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use a different assert method, for example, ::assertNotEmpty(). See https://www.drupal.org/node/3082086 |
TestBase::assertTrue | function | core/ |
Check to see if a value is not false. |
TestBaseTest::providerAssertTrue | function | core/ |
Data provider for assertTrue(). |
TestBaseTest::testAssertTrue | function | core/ |
@covers ::assertTrue @dataProvider providerAssertTrue |
TestCompatibilityTrait::assertTrue | function | core/ |
@todo deprecate this method override in https://www.drupal.org/project/drupal/issues/2742585 |
TestCompatibilityTrait::assertTrue | function | core/ |
@todo deprecate this method override in https://www.drupal.org/project/drupal/issues/2742585 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.