public function LocaleDeprecationsTest::testLocaleTranslationManualStatusDeprecation in Drupal 8
@expectedDeprecation locale_translation_manual_status() is deprecated in Drupal 8.5.0 and will be removed before Drupal 9.0.0. It is unused by Drupal core. Duplicate this function in your own extension if you need its behavior.
File
- core/
modules/ locale/ tests/ src/ Kernel/ LocaleDeprecationsTest.php, line 25
Class
- LocaleDeprecationsTest
- Tests deprecations in the locale module.
Namespace
Drupal\Tests\locale\KernelCode
public function testLocaleTranslationManualStatusDeprecation() {
module_load_include('pages.inc', 'locale');
$this
->assertNotNull(\locale_translation_manual_status());
}