Recomposes JApplicationWeb to extend Joomla\Application\AbstractWebApplication with some other miscellaneous changes:
Remove tests that are now covered by the parent class
Restructures the mock class builders for JApplicationCli, JApplicationCms, and JApplicationWeb for the revised application structure
Changes typehints for the base application class
Deprecates JApplicationBase as it's now unused, to be removed in 5.0 (build custom apps inheriting from one of the existing subclasses or Joomla\Application\AbstractApplication)
Makes JApplicationWeb and JApplicationCms abstract