Problem/Motivation
The \Drupal\system\Tests\System\SystemConfigFormTestBase
abstract class cannot simply be converted to phpunit since it is used by contrib and custom code. Instead, it can be copied over to both a kernel version (as originally intended, it works just fine as a kernel test), and a functional version for the FormObjectTest
.