Wordpress/tests
Sergey Biryukov 1bf0a780b3 Code Modernization: Remove `final` keyword from private methods.
Declaring a `private` method as `final` is an oxymoron, as `private` methods cannot be overloaded anyway.

Using `final private function...` will generate a warning in PHP 8.

Props jrf.
Fixes #50897.

git-svn-id: https://develop.svn.wordpress.org/trunk@48788 602fd350-edb4-49c9-b593-d223f7449a82
2020-08-12 15:03:50 +00:00
..
e2e
gutenberg Block Editor: Add a script to run Gutenberg end 2 end tests on Core. 2020-07-07 16:06:43 +00:00
phpunit Code Modernization: Remove `final` keyword from private methods. 2020-08-12 15:03:50 +00:00
qunit REST API: Prevent attachment ID/image source mismatch when editing an image. 2020-07-16 21:54:37 +00:00