drupalCreateUser([ 'translate any entity', 'administer content translation', 'administer languages' ]); $this->drupalLogin($admin_user); // Visit the content translation. $this->drupalGet('admin/config/regional/content-language'); // Check the message regarding UI integration. $this->assertText('Test entity - Translatable skip UI check'); $this->assertText('Test entity - Translatable check UI (Translation is not supported)'); } }