drupal-check addanother/
5/5 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

------ ----------------------------------------------------------------------
Line addanother.module
------ ----------------------------------------------------------------------
141 Call to deprecated function drupal_set_message():
in drupal:8.5.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
161 Call to deprecated function drupal_set_message():
in drupal:8.5.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
204 Call to deprecated function drupal_get_messages():
in drupal:8.5.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::all() or
\Drupal\Core\Messenger\MessengerInterface::messagesByType() instead.
------ ----------------------------------------------------------------------

------ -----------------------------------------------------------------------
Line src/Tests/AddAnotherTest.php
------ -----------------------------------------------------------------------
12 Class Drupal\addanother\Tests\AddAnotherTest extends deprecated class
Drupal\simpletest\WebTestBase:
in drupal:8.8.0 and is removed from drupal:9.0.0. Instead,
use \Drupal\Tests\BrowserTestBase. See
https://www.drupal.org/node/3030340.
------ -----------------------------------------------------------------------

[ERROR] Found 4 errors

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Lilit_Ghazaryan created an issue. See original summary.

Lilit_Ghazaryan’s picture

Lilit_Ghazaryan’s picture

Status: Active » Needs review
mo_farhaz’s picture

Assigned: Lilit_Ghazaryan » Unassigned
Status: Needs review » Reviewed & tested by the community
FileSize
30.2 KB

Patch applied with an issue.
screenshot attached

apaderno’s picture

Issue tags: -Drupal 9 compatibility (3105304) +Drupal 9 compatibility
KapilV’s picture

Issue tags: +depreciated
apaderno’s picture

Issue tags: -depreciated +deprecated
KapilV’s picture

Applied patch "addanother.module" cleanly. after that drupal-check, No Error Found.

$ drupal-check -d addanother/
 5/5 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%


                                                                                                                        
 [OK] No errors                                                                                                         
                      
Neslee Canil Pinto’s picture

Status: Reviewed & tested by the community » Needs work

Getthing this warning

Add core_version_requirement: ^8 || ^9 to designate that the module is compatible with Drupal 9. See https://drupal.org/node/3070687.
Neslee Canil Pinto’s picture

Status: Needs work » Needs review
FileSize
2.44 KB

Added core_version_requirement: ^8 || ^9 in info.yml file

Status: Needs review » Needs work

The last submitted patch, 10: 3111275-10.patch, failed testing. View results
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

Neslee Canil Pinto’s picture

Status: Needs work » Needs review
FileSize
2.44 KB

Neslee Canil Pinto’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.