Closed phdhiren closed 2 years ago
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.
https://www.drupal.org/node/2469723
It was fixed via #180
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