Skip to content

Refactor codebase to eliminate calls deprecated methods of the phpunit/phpunit #33916

Closed
@andrewbess

Description

@andrewbess

Description (*)

There are a lot of calls deprecated methods of the phpunit/phpunit in the codebase that are deprecated in v9 and will be removed in v10.
Currently it provokes warning, but it will provoke error in future.

Method calls that should be eliminated:

  • at();
  • assertFileNotExists();
  • assertRegExp();
  • assertNotRegExp();
  • setMethodsExcept();

Calls of the deprecated methods have been found in repositories described below:

AC:

  • No PHPUnit warnings in console log

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions