Closed (fixed)
Project:
Contact Emails
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Jun 2019 at 08:58 UTC
Updated:
15 Jul 2019 at 22:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
DrupalZone commentedphp drupal-check.phar modules/contact_emails/
20/20 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ ---------------------------------------------------
Line src/ContactEmailer.php
------ ---------------------------------------------------
106 Call to deprecated function drupal_set_message().
155 Call to deprecated function drupal_set_message().
------ ---------------------------------------------------
------ ---------------------------------------------------
Line src/Form/ContactEmailForm.php
------ ---------------------------------------------------
299 Call to deprecated function drupal_set_message().
360 Call to deprecated function drupal_set_message().
------ ---------------------------------------------------
------ -------------------------------------------------------------------------------------------------------------------------------------------------------
Line src/Tests/Update/ContactEmailsTableToEntityUpdateTest.php
------ -------------------------------------------------------------------------------------------------------------------------------------------------------
13 Class Drupal\contact_emails\Tests\Update\ContactEmailsTableToEntityUpdateTest extends deprecated class Drupal\system\Tests\Update\UpdatePathTestBase.
------ -------------------------------------------------------------------------------------------------------------------------------------------------------
------ ------------------------------------------------------------------------------------
Line tests/modules/contact_emails_test_mail_alter/contact_emails_test_mail_alter.module
------ ------------------------------------------------------------------------------------
16 Call to deprecated function drupal_set_message().
17 Call to deprecated function drupal_set_message().
18 Call to deprecated function drupal_set_message().
19 Call to deprecated function drupal_set_message().
24 Call to deprecated function drupal_set_message().
28 Call to deprecated function drupal_set_message().
------ ------------------------------------------------------------------------------------
[ERROR] Found 11 errors
Patch will resolve all errors
Comment #4
scott_euser commentedThanks for starting on this! Was a bit of a ways off but updated patch gets it there and gets the tests working again.
Comment #6
scott_euser commentedUpdated