Closed
Description
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:
- https://github.com/magento/magento2
- https://github.com/magento/partners-magento2ee
- https://github.com/magento/partners-magento2b2b
- https://github.com/magento/magento2-functional-testing-framework
AC:
- No PHPUnit warnings in console log