Problem/Motivation
The Drupal.Array.Array.LongLineDeclaration coding standard should be applied to Drupal core.
Proposed resolution
@xjm suggests in #15:
This cleanup is large enough that I think we should split it into a few logical chunks (by concept, not by module). I'd suggest:
One patch for fixing the $modules test property.
One patch for fixing calls to drupalCreateUser().
One patch for fixing calls to drupalCreateNode().
Evaluating whatever's left after that and seeing if it should be split up further.
Remaining tasks
#3513120: Fix LongLineDeclaration in Functional tests
#3513561: Fix LongLineDeclaration in KernelTests
Completed
#3512960: Fix LongLineDeclaration in Kernel tests
#3513119: Fix LongLineDeclaration in FunctionalJavascript tests
#3513128: Fix LongLineDeclaration in Unit tests
#3508601: Fix LongLineDeclaration in module tests
#3508608: Fix LongLineDeclaration in core/lib