13 calls to ExpectDeprecationTrait::addExpectedDeprecationMessage() in Drupal 8
- ContentEntityBaseUnitTest::testLabel in core/
tests/ Drupal/ Tests/ Core/ Entity/ ContentEntityBaseUnitTest.php - @covers ::label
- ContextAwarePluginBaseTest::testGetContextValue in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Context/ ContextAwarePluginBaseTest.php - @covers ::getContextValue @group legacy
- ContextAwarePluginBaseTest::testSetContextValue in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Context/ ContextAwarePluginBaseTest.php - @covers ::setContextValue @group legacy
- EntityUnitTest::testLabel in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityUnitTest.php - @covers ::label @group legacy
- ExpectDeprecationTest::testDeprecatedExpectDeprecation in core/
tests/ Drupal/ Tests/ ExpectDeprecationTest.php - @covers ::expectDeprecation
- ExpectDeprecationTest::testExpectDeprecation in core/
tests/ Drupal/ Tests/ ExpectDeprecationTest.php - @covers ::addExpectedDeprecationMessage
- ExpectDeprecationTest::testExpectDeprecationInIsolation in core/
tests/ Drupal/ Tests/ ExpectDeprecationTest.php - @covers ::addExpectedDeprecationMessage @runInSeparateProcess @preserveGlobalState disabled
- ExpectDeprecationTrait::expectDeprecation in core/
tests/ Drupal/ Tests/ Traits/ ExpectDeprecationTrait.php - Sets an expected deprecation message.
- FileFieldValidateTest::testAssertFileExistsDeprecation in core/
modules/ file/ tests/ src/ Functional/ FileFieldValidateTest.php - Tests deprecation of the assertFileExists and assertFileNotExists methods.
- LegacyMigrateUrlAliasTest::setUp in core/
modules/ path/ tests/ src/ Kernel/ Migrate/ d7/ LegacyMigrateUrlAliasTest.php - LegacyMigrateUrlAliasTest::setUp in core/
modules/ path/ tests/ src/ Kernel/ Migrate/ d6/ LegacyMigrateUrlAliasTest.php - SettingsTest::testConfigDirectoriesBcLayer in core/
tests/ Drupal/ Tests/ Core/ Site/ SettingsTest.php - @runInSeparateProcess @group legacy @covers ::__construct @dataProvider configDirectoriesBcLayerProvider
- SqlContentEntityStorageSchemaConverterTestBase::testMakeRevisionable in core/
modules/ system/ tests/ src/ Functional/ Entity/ Update/ SqlContentEntityStorageSchemaConverterTestBase.php - Tests the conversion of an entity type to revisionable.