apigee / apigee-api-catalog-drupal

Manage your API catalog within Drupal's content management approach
https://www.drupal.org/project/apigee_api_catalog
GNU General Public License v2.0
17 stars 16 forks source link

Use assertEquals() instead of deprecated method assertEqual() #189

Closed phdhiren closed 2 years ago

phdhiren commented 2 years ago

Description

New PHPUnit based classes added for testing: BrowserTestBase and JavascriptTestBase

Call to deprecated method assertEqual() of class Drupal\Tests\BrowserTestBase: in drupal:8.0.0 and is removed from drupal:10.0.0. Use $this->assertEquals() instead.

Notes

https://www.drupal.org/node/2469723

phdhiren commented 2 years ago

It was fixed via #180